davidmoreno / onion

C library to create simple HTTP servers and Web Applications.
http://www.coralbits.com/libonion/
Other
2.01k stars 250 forks source link

added field 'onion_request *' to 'pwrite' request #296

Open Konstantin9403 opened 2 years ago

davidmoreno commented 2 years ago

Hi,

sorry to check this pull request so late, but, can you provide a description here about whats the end goal of adding this feature?

Also, I would prefer that instead of returning the function that does the job (listen_point.c:101), it calls the function, as it does with onion_low_malloc and onion_low_free. (low.c)