Skip to content

Commit

Permalink
lib-http: client: Fixed whitespace in the top comment explaining the …
Browse files Browse the repository at this point in the history
…structure of the HTTP client.
  • Loading branch information
stephanbosch authored and cmouse committed Dec 7, 2017
1 parent cae3c69 commit d67f004
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib-http/http-client.c
Expand Up @@ -21,16 +21,16 @@

/* Structure:
http-client:
http-client:
Acts much like a browser; it is not dedicated to a single host. Client can
Acts much like a browser; it is not dedicated to a single host. Client can
accept requests to different hosts, which can be served at different IPs.
Redirects are handled in the background by making a new connection.
Connections to new hosts are created once needed for servicing a request.
http-client-request:
http-client-request:
The request semantics are similar to imapc commands. Create a request,
The request semantics are similar to imapc commands. Create a request,
optionally modify some aspects of it and finally submit it. Once finished,
a callback is called with the returned response.
Expand Down

0 comments on commit d67f004

Please sign in to comment.