diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2024-10-10 17:06:36 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2024-12-04 20:52:45 +0000 |
| commit | 78d32c33895e500bf8f23f464e95a4609b4d3925 (patch) | |
| tree | bad1f9f5449a9703505a71f2c17c9a501c40295d /src/nxt_port_queue.h | |
| parent | ab666231170edfe2eaeafe568b933c5150f58db0 (diff) | |
| download | unit-compr.tar.gz unit-compr.tar.bz2 | |
http: Compress application responsescompr
Co-authored-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/nxt_port_queue.h')
| -rw-r--r-- | src/nxt_port_queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_port_queue.h b/src/nxt_port_queue.h index d2b2326b..3e364d9a 100644 --- a/src/nxt_port_queue.h +++ b/src/nxt_port_queue.h @@ -81,6 +81,8 @@ nxt_port_queue_recv(nxt_port_queue_t volatile *q, void *p) nxt_nncq_atomic_t i; nxt_port_queue_item_t *qi; +// printf("%s \n", __func__); + i = nxt_nncq_dequeue(&q->queue); if (i == nxt_nncq_empty(&q->queue)) { return -1; |
