Hello,

I 'm C/C++ software developer. I've downloaded the source code of HAPROXY 
V1.8.13. I've tried to find a raw pointer (f.e., char*) to the output buffer of 
the output data after the TCP connection between client and server was 
successfully established. I want to add some specific data to output buffer in 
order the server to receive it from the client. I see the method 
'connection_server()' in the file 'backend.c'. The pointer to the output buffer 
is prepared in this function? Could you please help me with this searching?

Thank you in advance!

Reply via email to