http: refactor connection data structure handling
commitc5e802768b544954227c3725515593b9d9ece5f4
authorStefan Becker <chemobejk@gmail.com>
Mon, 1 Apr 2013 14:38:48 +0000 (1 17:38 +0300)
committerStefan Becker <chemobejk@gmail.com>
Mon, 1 Apr 2013 14:38:48 +0000 (1 17:38 +0300)
treef1bd8cfe8b4fdcdbfb76d17ea9293b8054cfd90f
parent944c6c271c1964296cdcdc960c6959c32e4a0a47
http: refactor connection data structure handling

Original implementation choice now longer makes sense.

Move data structure handling from request to transport module. Only the
pending_request queue is handled by the request module.
src/core/sipe-http-request.c
src/core/sipe-http-request.h
src/core/sipe-http-transport.c
src/core/sipe-http-transport.h