]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-http: client: Fixed whitespace in the top comment explaining the structure of...
authorStephan Bosch <stephan.bosch@dovecot.fi>
Tue, 29 Nov 2016 16:22:41 +0000 (17:22 +0100)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 7 Dec 2017 16:40:45 +0000 (18:40 +0200)
src/lib-http/http-client.c

index 5a89a174ccb541583273d766372f3976c6e27674..0aeea72e4978708e646935fe00de689841b5006c 100644 (file)
 
 /* 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.