tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
602 stars 102 forks source link

curl -vOa http://*.html from shrpx "shrpx -p -b xxx:80 --backend-spdy-no-tls -L INFO" ,can not show properly #138

Closed megarzzy closed 8 years ago

megarzzy commented 8 years ago
  1. start sharp by "shrpx -p -b xxx:80 --backend-spdy-no-tls -L INFO"
  2. curl -vOa http://*.html -x 127.0.0.1:3000, -O can download the html
  3. open the downloaded html by IE or Firfox ,but browser can not read and parse the html, it seems messy code in the browser
tatsuhiro-t commented 8 years ago

shrpx is not actively maintained these days. We have nghttpx HTTP/2 proxy, which is HTTP/2 replacement of shrpx. https://github.com/tatsuhiro-t/nghttp2 Could you test it with this reproduction steps?