Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-29 | Fix nil host in remotable (#8508) | Renato "Lond" Cerqueira | |
Host can be nil in urls like 'https:https://example.com/path/file.png' | |||
2018-03-26 | Validate HTTP response length while receiving (#6891) | Akihiko Odaki | |
to_s method of HTTP::Response keeps blocking while it receives the whole content, no matter how it is big. This means it may waste time to receive unacceptably large files. It may also consume memory and disk in the process. This solves the inefficency by checking response length while receiving. | |||
2017-11-21 | Add tests for Remotable (#5768) | ysksn | |