Displaying 5 results from an estimated 5 matches for "io_req_payload".
2020 Oct 31
2
Indexer error after upgrade to 2.3.11.3 [trial patch]
...NULL);
-?????? i_assert(req->payload_output != NULL);
-
??????? if (req->payload_finished)
??????????????? return http_client_request_finish_payload_out(req);
+?????? i_assert(req->payload_input != NULL);
+?????? i_assert(req->payload_output != NULL);
+
??????? io_remove(&conn->io_req_payload);
??????? /* chunked ostream needs to write to the parent stream's buffer */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20201031/5b418979/attachment.html>
2020 Oct 27
3
Indexer error after upgrade to 2.3.11.3 [trial patch]
...NULL);
-?????? i_assert(req->payload_output != NULL);
-
??????? if (req->payload_finished)
??????????????? return http_client_request_finish_payload_out(req);
+?????? i_assert(req->payload_input != NULL);
+?????? i_assert(req->payload_output != NULL);
+
??????? io_remove(&conn->io_req_payload);
??????? /* chunked ostream needs to write to the parent stream's buffer */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20201027/b7235a2c/attachment-0001.html>
2020 Oct 31
0
Indexer error after upgrade to 2.3.11.3 [trial patch]
...NULL);
-?????? i_assert(req->payload_output != NULL);
-
??????? if (req->payload_finished)
??????????????? return
http_client_request_finish_payload_out(req);
+?????? i_assert(req->payload_input != NULL);
+?????? i_assert(req->payload_output != NULL);
+
??????? io_remove(&conn->io_req_payload);
??????? /* chunked ostream needs to write to the parent
stream's buffer */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20201031/0f6df6f9/attachment.html>
2020 Oct 30
0
Indexer error after upgrade to 2.3.11.3 [trial patch]
...NULL);
-?????? i_assert(req->payload_output != NULL);
-
??????? if (req->payload_finished)
??????????????? return
http_client_request_finish_payload_out(req);
+?????? i_assert(req->payload_input != NULL);
+?????? i_assert(req->payload_output != NULL);
+
??????? io_remove(&conn->io_req_payload);
??????? /* chunked ostream needs to write to the parent
stream's buffer */
Links:
------
[1] mailto:some.user2 at example.com
[2] http://libdovecot.so
[3] http://openssl.so
[4] http://plugin.so
[5] http://libdovecot-storage.so
-------------- next part --------------
An HTML attachmen...
2020 Oct 21
2
Indexer error after upgrade to 2.3.11.3
On 21/10/2020 16:44, Patrik Peng wrote:
> On 16.10.20 18:34, Patrik Peng wrote:
>> On 16.10.20 18:00, Scott Q. wrote:
>>> This reminds me, the way I was able to reproduce this consistently
>>> was by having large headers ( 100+ lines ).
>>>
>>>
>>> On Friday, 16/10/2020 at 11:49 Patrik Peng wrote:
>>>
>>> On 19.08.20