diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-02-07 16:03:51 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-02-07 16:03:51 -0800 |
| commit | 91b3c83ce71dba060f418192488debf16f003e74 (patch) | |
| tree | 7eb1d696eafed26a63185c0158fd339eaa949150 /src/supplemental/http/http_conn.c | |
| parent | a2cb5607702bb503e634261742602881026e3b5d (diff) | |
| download | nng-91b3c83ce71dba060f418192488debf16f003e74.tar.gz nng-91b3c83ce71dba060f418192488debf16f003e74.tar.bz2 nng-91b3c83ce71dba060f418192488debf16f003e74.zip | |
fixes #224 Windows pipe name restrictions, unicode
While here, we cleaned up a few other unused variables in the HTTP code.
Diffstat (limited to 'src/supplemental/http/http_conn.c')
| -rw-r--r-- | src/supplemental/http/http_conn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/supplemental/http/http_conn.c b/src/supplemental/http/http_conn.c index 6a72a731..726f3ea3 100644 --- a/src/supplemental/http/http_conn.c +++ b/src/supplemental/http/http_conn.c @@ -401,8 +401,6 @@ http_wr_cb(void *arg) nni_aio * uaio; int rv; size_t n; - int niov; - nni_iov * iov; nni_mtx_lock(&conn->mtx); |
