bug#10147: HTTP "Expires" header should handle non-date values

2011-11-27 Thread Daniel Hartwig
Package: guile Version: 2.0.3 Tags: patch On 6 November 2011 13:49, R. P. Dillon wrote: > (use-modules (web request) (web response) (web uri) (rnrs bytevectors)) > (define port (socket PF_INET SOCK_STREAM 0)) > (define address (addrinfo:addr (car (getaddrinfo "www.google.com" "http" > (connec

bug#10109: [PATCH] (web http): list-style headers do not validate

2011-11-27 Thread Daniel Hartwig
Hello again My apologies for not noticing earlier, but I have spotted a couple minor issues with both the previous patch and original code that are corrected by the attached. All relate to the "Cache-Control" header: - `max-stale' has optional value (previous code requires it) - some directives d