diff src/c/http.c @ 2073:1839df6ed755

uw_remoteSock()
author Adam Chlipala <adam@chlipala.net>
date Sun, 16 Nov 2014 13:39:18 -0500
parents 739172204214
children 3b4a5604ed97
line wrap: on
line diff
--- a/src/c/http.c	Sat Sep 20 13:55:25 2014 -0400
+++ b/src/c/http.c	Sun Nov 16 13:39:18 2014 -0500
@@ -89,6 +89,8 @@
       sock = uw_dequeue();
     }
 
+    uw_set_remoteSock(ctx, sock);
+
     qprintf("Handling connection with thread #%d.\n", me);
 
     while (1) {