z_HTTP_header_add_basic_auth uses z_HTTP_header_set
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 6 May 2013 10:26:25 +0000 (12:26 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 6 May 2013 10:26:25 +0000 (12:26 +0200)
commit5f5ce1a79c4061098904a01ff9c9e723e9d6e7b9
treedb09c4b7b793c7d7d07ab610cc93dd2254cde9ac
parent6a149fd3f0dc901448205e1511e434054a51bfa6
z_HTTP_header_add_basic_auth uses z_HTTP_header_set

rather than z_HTTP_header_add, to avoid having two Authorization
headers by mistake.
src/http.c