Asking for Help: Processing POST enctype="multipart/form-data", libapreq2 /mod_upload examples cannot find

2021-05-05 Thread 巍才凌
Hi experts:  I am developing a http mod_example for my web application. I want to proecess html form with POST  enctype="multipart/form-data", for uploading files to my server. I google searched, did not find any API for POST "multipart/form-data" processing, like ap_parse_form_data for

Re: reporting the bytes read and transferred to the worker from the tunnel

2021-05-05 Thread Jim Jagielski
LGTM > On May 5, 2021, at 5:59 AM, jean-frederic clere wrote: > > Hi, > > I have noted that when using websocket the bytes read and transfered by the > worker when using the tunnel are not taken in account. > > I have a patch attached, for comments ;-) > > Any better ideas how to fix that?

reporting the bytes read and transferred to the worker from the tunnel

2021-05-05 Thread jean-frederic clere
Hi, I have noted that when using websocket the bytes read and transfered by the worker when using the tunnel are not taken in account. I have a patch attached, for comments ;-) Any better ideas how to fix that? -- Cheers Jean-Frederic Index: mod_proxy.h