mstyer (Mike Styer)
- Login: mstyer
- Email: michael@styer.net
- Registered on: 12/15/2011
- Last sign in: 12/15/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
12/15/2011
-
06:01 AM Ruby Feature #5764 (Assigned): Net::HTTP should assume HTTP/0.9 on unexpected responses
- Currently Net::HTTP.read_status_line throws Net::HTTPBadResponse if the status line does not conform to HTTP/1.1 specifications.
But in cases when the web server implements a request size limit, it may not read HTTP/1.1 trailer after ...