mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[http] const header_field
This commit is contained in:
parent
194a34a4be
commit
d8b13d695a
@ -1393,7 +1393,7 @@ get_header(struct read_buffer *rb)
|
||||
/* returns 1 if we need retry the connection (for negotiate-auth only) */
|
||||
static int
|
||||
check_http_authentication(struct connection *conn, struct uri *uri,
|
||||
char *header, char *header_field)
|
||||
char *header, const char *header_field)
|
||||
{
|
||||
char *str, *d;
|
||||
int ret = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user