1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
guile/module
Mark H Weaver 3b2226ec91 Web client+server: Add Content-Length header for empty bodies.
* module/web/client.scm (sanitize-request): Add a Content-Length
  header if a body if given, even if the body is empty.

* module/web/server.scm (sanitize-response): Add a Content-Length
  header if a body if given, even if the body is empty.
2013-09-12 18:36:45 -04:00
..
ice-9 Improve error reporting of procedures defined by define-inlinable. 2013-09-12 18:04:08 -04:00
language Common numeric operations are left-to-right associative. 2013-08-12 20:03:41 -04:00
oop Clarify the copyright status of GOOPS. 2013-01-26 15:41:05 +01:00
rnrs Fix numerator and denominator handling of signed zeroes and infinities. 2013-08-09 06:09:56 -04:00
scripts Fix a couple of warnings. 2012-01-26 00:37:23 +01:00
srfi Adapt srfi-9.test to error reporting improvements; update copyright dates. 2013-09-12 18:14:54 -04:00
sxml Remove duplicate definitions of call/ec' and let/ec'. 2013-04-06 15:40:19 +02:00
system Consume a peeked EOF at the REPL. 2013-04-08 08:44:02 -04:00
texinfo texinfo plain-text: Use match' for stexi->plain-text'. 2013-03-22 22:09:05 +01:00
web Web client+server: Add Content-Length header for empty bodies. 2013-09-12 18:36:45 -04:00
Makefile.am Improve run-time error reporting in (ice-9 match). 2013-08-15 04:07:55 -04:00
rnrs.scm Add missing R6RS `open-file-input/output-port' procedure 2012-11-12 20:47:57 +01:00
statprof.scm add gcprof 2011-05-05 11:43:12 +02:00
texinfo.scm texinfo: Recognize `@:'. 2013-03-21 18:52:29 +01:00