comparison src/c/http.c @ 2220:794017f378de

Merge.
author Ziv Scully <ziv@mit.edu>
date Mon, 24 Nov 2014 20:47:38 -0500
parents 1839df6ed755
children 3b4a5604ed97
comparison
equal deleted inserted replaced
2219:ff38b3e0cdfd 2220:794017f378de
86 while (1) { 86 while (1) {
87 if (sock == 0) { 87 if (sock == 0) {
88 back = buf; 88 back = buf;
89 sock = uw_dequeue(); 89 sock = uw_dequeue();
90 } 90 }
91
92 uw_set_remoteSock(ctx, sock);
91 93
92 qprintf("Handling connection with thread #%d.\n", me); 94 qprintf("Handling connection with thread #%d.\n", me);
93 95
94 while (1) { 96 while (1) {
95 int r; 97 int r;