diff 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
line wrap: on
line diff
--- a/src/c/http.c	Mon Nov 24 20:41:24 2014 -0500
+++ b/src/c/http.c	Mon Nov 24 20:47:38 2014 -0500
@@ -89,6 +89,8 @@
       sock = uw_dequeue();
     }
 
+    uw_set_remoteSock(ctx, sock);
+
     qprintf("Handling connection with thread #%d.\n", me);
 
     while (1) {