diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2021-04-24 03:25:30 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2021-04-24 03:25:30 +0200 |
commit | 95f1780f0b6229a6f52b6dbad1a645b4e91c6b06 (patch) | |
tree | 152d4f281d0eb1380fe5c4d31f32341e5ac22e50 /ot_http.h | |
parent | e87978860b1de6822db001cbc1d313694002ea28 (diff) |
Split huge iovecs over multiple io_batches
Diffstat (limited to 'ot_http.h')
-rw-r--r-- | ot_http.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ typedef enum { | |||
14 | 14 | ||
15 | struct http_data { | 15 | struct http_data { |
16 | array request; | 16 | array request; |
17 | io_batch batch; | 17 | io_batch *batch; |
18 | size_t batches; | ||
18 | ot_ip6 ip; | 19 | ot_ip6 ip; |
19 | STRUCT_HTTP_FLAG flag; | 20 | STRUCT_HTTP_FLAG flag; |
20 | }; | 21 | }; |