diff --git a/docs/README b/docs/README index 71ff35d..6b813c7 100644 --- a/docs/README +++ b/docs/README @@ -28,6 +28,7 @@ Modules: * fmt testing Formatted printing and regular expression * hash testing Hashmap table * hmac testing HMAC: Keyed-Hashing for Message Authentication +* http unstable HTTP parser (RFC 2616) * httpauth unstable HTTP-based Authentication (RFC 2617) * ice unstable Interactive Connectivity Establishment (ICE) * jbuf testing Jitter buffer @@ -71,6 +72,7 @@ Features: * RFC 1321 - The MD5 Message-Digest Algorithm * RFC 1886 - DNS Extensions to support IP version 6 * RFC 2032 - RTP Payload Format for H.261 Video Streams +* RFC 2616 - Hypertext Transfer Protocol -- HTTP/1.1 * RFC 2617 - HTTP Authentication: Basic and Digest Access Authentication * RFC 2782 - A DNS RR for Specifying the Location of Services (DNS SRV) * RFC 2915 - The Naming Authority Pointer (NAPTR) DNS Resource Record diff --git a/src/http/server.c b/src/http/server.c index 32bd821..a9eaf1d 100644 --- a/src/http/server.c +++ b/src/http/server.c @@ -434,7 +434,7 @@ int http_reply(struct http_conn *conn, uint16_t scode, const char *reason, /** - * Send an HTTP response with content formating + * Send an HTTP response with content formatting * * @param conn HTTP connection * @param scode Response status code