mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Bug 937, http_send_header: indentation fix
This commit is contained in:
parent
4e4dddb4cc
commit
4d7d8acaf5
@ -853,8 +853,7 @@ http_send_header(struct socket *socket)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* CONNECT: The Authorization header is for the origin server only. */
|
/* CONNECT: The Authorization header is for the origin server only. */
|
||||||
if (!use_connect)
|
if (!use_connect) {
|
||||||
{
|
|
||||||
#ifdef CONFIG_GSSAPI
|
#ifdef CONFIG_GSSAPI
|
||||||
if (http_negotiate_output(uri, &header) != 0)
|
if (http_negotiate_output(uri, &header) != 0)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user