littlechu (Andy Chu)
- Login: littlechu
- Email: andy.chu@netapp.com
- Registered on: 06/18/2015
- Last sign in: 05/31/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/18/2015
-
11:38 PM Ruby Bug #11285 (Closed): Net::HTTP should handle content-coding with case-insensitive
- When Ruby Net::HTTP sent a request. It by default set the content to be compress with header: Accept-Encoding
But if server return with content-encoding = GZIP (or any case other then all lower case) it will not tread the body as comp...