Use queue for raw show; to solve Bug #1644.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 Oct 2007 12:11:14 +0000 (12:11 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 2 Oct 2007 12:11:14 +0000 (12:11 +0000)
commit56a55ffd1562165febc1a2a66d0c2a95e966d540
tree1e7648795de8f95e7a08845b12bd0471e66400af
parent22fe11dc47be6b8a98851d6ff077f1a1d492f35c
Use queue for raw show; to solve Bug #1644.
The client system now makes a queue of requests to be carried out
(struct show_raw). Howevever, HTTP connection closing could be handled
more elegantly (to say the least).
src/client.c
src/client.h
src/http.c
src/http.h
src/http_command.c
src/logic.c