1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00
guile/module/web
Ludovic Courtès b9d724982d web: Correctly detect "No route to host" conditions.
* module/web/client.scm (open-socket-for-uri): Delete addrinfos
  with the same address.  Always open SOCK_STREAM/IPPROTO_IP sockets.
  Fix the error handler's condition to determine what to do.
  Reported by Nikita Karetnikov <nikita.karetnikov@gmail.com> at
  <http://lists.gnu.org/archive/html/bug-guix/2012-12/msg00150.html>.
2012-12-17 00:27:00 +01:00
..
server web server http: 400 Bad Request on bad requests 2012-03-11 10:29:06 +01:00
client.scm web: Correctly detect "No route to host" conditions. 2012-12-17 00:27:00 +01:00
http.scm web client: correctly handle uri-query, etc. in relative URI headers 2012-11-27 22:41:33 +01:00
request.scm syncronize web module docstrings with manual 2012-11-24 15:40:14 +01:00
response.scm web: Add `response-body-port'. 2012-11-28 22:41:25 +01:00
server.scm syncronize web module docstrings with manual 2012-11-24 15:40:14 +01:00
uri.scm web client: correctly handle uri-query, etc. in relative URI headers 2012-11-27 22:41:33 +01:00