Tobias Polley
Tobias Polley
doesn't look too bad there. let's defer this
This is working as designed. For Membrane Service Proxy to reload its configuration, the following steps need to be completed: 1. stop accepting new HTTP requests 2. wait for all...
and allow the hostname to be set by an exchange property
The exception can occur when clients/servers close the TCP connection instead of sending a chunk size. For example, when the "4" in https://en.wikipedia.org/wiki/Chunked_transfer_encoding#Encoded_data is not sent, but the connection is...
Thank you both for your contributions. If I understand it correctly, pull requests #330 and #364 try to solve the same problem. As we also have the same problem in...
Thanks for the reproduction instructions. These will help the investigation. I'll try to get to this in the next few days. Please ping back, if there should be no further...
While we want to solve the general problem this PR tackles, the approach here has IMHO the following drawbacks: Running the *delayed initialization* after the TCP ports opened is not...
> The current workaround we ourselves currently use is to set ``. This causes the initialization of some `serviceProxy`s to fail at first (becoming `inactive` = not handling incoming requests),...
A solution is described in https://github.com/membrane/service-proxy/pull/364#issuecomment-1002909928.
Thanks for reporting the issue! We happily accept pull requests. :)