fix building introduced by previous commit
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index 71b9b89..ad3f0fb 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -1500,6 +1500,8 @@
     ngx_http_core_loc_conf_t  *clcf;
 
     c = ev->data;
+    r = c->data;
+    u = r->upstream;
 
     if (ev->write) {
         ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
@@ -1525,8 +1527,6 @@
         return;
     }
 
-    r = c->data;
-    u = r->upstream;
     client = r->connection;
 
     b = &u->buffer;