Skip to content

Mini features: HTTP 1.0 improved, OPTIONS and Travis

Choose a tag to compare

@avsm avsm released this 07 Nov 22:35
· 286 commits to master since this release

0.9.11 (2013-10-27):

  • Request module: When sending a request, add the port information in the host header field if available.
  • Request module: When parsing a request, add scheme, host and port information in the uri.
  • TCP server: When creating the socket for the server, do not force PF_INET6 but take the sockaddr value.
  • Add HTTP OPTIONS method.
  • Use getaddrinfo instead of gethostbyname for DNS resolution.
  • Async: improve HTTP/1.0 support (mirage#35).
  • Build with debug symbols, binary annotations by default.
  • Add Travis CI test scripts.