1
0
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:
Witold Filipczyk 2022-02-21 17:58:36 +01:00
parent 194a34a4be
commit d8b13d695a

View File

@ -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;