Open GoogleCodeExporter opened 8 years ago
This was submitted before finishing. I have reproduced this in production, and
dev environments. I've also found this problem on one other Web site out of my
control.
Original comment by w...@danemacmillan.com
on 10 Jul 2013 at 1:16
Same issue here. The problem seems to be here:
http://code.google.com/p/mod-spdy/source/browse/trunk/src/mod_spdy/common/http_t
o_spdy_converter.cc#103 . Changing that line to headers_[spdy2 ?
spdy::kSpdy2Status : spdy::kSpdy3Status] =
status_code.as_string() + ' ' + status_phrase.as_string();
seems to solve the issue.
Original comment by aleks...@gmail.com
on 29 Oct 2013 at 6:08
Original issue reported on code.google.com by
w...@danemacmillan.com
on 10 Jul 2013 at 1:07