http: fix thinko in 401 response processing
commit8588a33c54c0341d122843b669008fd60fd90c7b
authorStefan Becker <chemobejk@gmail.com>
Mon, 1 Apr 2013 18:40:10 +0000 (1 21:40 +0300)
committerStefan Becker <chemobejk@gmail.com>
Mon, 1 Apr 2013 18:40:10 +0000 (1 21:40 +0300)
treed259689eace4bf78dbb90c23dc5a0ad8ca658f85
parentf568a69bb2dd28c0b04dfe9ffe94f11b3ef3d936
http: fix thinko in 401 response processing

Don't touch the queue when a request needs to be resent. As it is at the
head of the queue it will be resent at the next pull from the transport
layer.

With this change the HTTP authentication works. Yeah!
src/core/sipe-http-request.c