On Tue, 6 Feb 2024 00:44:56 +
J Carter wrote:
> On Tue, 6 Feb 2024 00:16:31 +
> J Carter wrote:
>
> > Hello,
> >
> > On Mon, 5 Feb 2024 23:24:39 +0200
> > Clima Gabriel wrote:
> >
> > > Hello everyone,
> > >
> > > (the code is probably clearer and attached below)
> > > This function
Hello,
2024年2月4日(日) 19:48 Maxim Dounin :
> Take a look at the tcpdump, notably the previous request before
> 400 is returned: it is obviously incomplete, there is just 344
> bytes of the request body instead of 1024 bytes promised in
> the headers:
Ah, I missed that. Thanks for pointing it out. I
On Tue, 6 Feb 2024 00:16:31 +
J Carter wrote:
> Hello,
>
> On Mon, 5 Feb 2024 23:24:39 +0200
> Clima Gabriel wrote:
>
> > Hello everyone,
> >
> > (the code is probably clearer and attached below)
> > This function modifies what ngx_connection_t->data points to.
> > ngx_connection_t->data
Hello,
On Mon, 5 Feb 2024 23:24:39 +0200
Clima Gabriel wrote:
> Hello everyone,
>
> (the code is probably clearer and attached below)
> This function modifies what ngx_connection_t->data points to.
> ngx_connection_t->data is initially *ngx_http_connection_t.
> The *ngx_http_connection_t is ass
Hello everyone,
(the code is probably clearer and attached below)
This function modifies what ngx_connection_t->data points to.
ngx_connection_t->data is initially *ngx_http_connection_t.
The *ngx_http_connection_t is assigned to
ngx_http_v3_session_t->http_connection
And the *ngx_http_v3_session_