1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00
guile/module/web
Ludovic Courtès 802a25b1ed web: Don't throw if a response is longer than its Content-Length says.
* module/web/response.scm (make-delimited-input-port): Read at most LEN
  bytes from PORT, instead of trying to read more and returning an error
  if more is available.  Try again when 'get-bytevector-n!' return zero.
* test-suite/tests/web-response.test (example-1): Add garbage after the
  body itself.
2014-01-15 23:41:49 +01:00
..
server web server http: 400 Bad Request on bad requests 2012-03-11 10:29:06 +01:00
client.scm Web: Use functional setters in extend-request and extend-response. 2013-09-12 18:45:13 -04:00
http.scm Web: accept "UTC" as the zone offset in date headers. 2013-11-19 03:22:00 -05:00
request.scm syncronize web module docstrings with manual 2012-11-24 15:40:14 +01:00
response.scm web: Don't throw if a response is longer than its Content-Length says. 2014-01-15 23:41:49 +01:00
server.scm Web: Use functional setters in extend-request and extend-response. 2013-09-12 18:45:13 -04:00
uri.scm web: uri-encode hexadecimal percent-encoding is now uppercase 2013-05-02 17:13:55 -04:00