Armin Bashizade
Armin Bashizade
I could build the code on redhat with this modifications: - include stdint.h in cpp/src/quantize/bolt.hpp - use swig 3.0 - compile with clang 3.9 (in setup.py: extra_args = ['std=c++1y', '-stdlib=libc++',...
setting the environment variable LDFLAGS to -lc++ solved the problem. (adding os.environ['LDFLAGS'] = '-lc++' to setup.py)
I understand that YARP has its own implementation, if I'm following the code correctly it's `SetupRequestBodyCopy`, but in this specific case, YARP will set content to null here: https://github.com/microsoft/reverse-proxy/blob/b6f00851fc1032706c275b414244a95ef70d3a26/src/ReverseProxy/Forwarder/HttpForwarder.cs#L419-L420 because...
Thanks for providing extra context, I'll give the middleware a shot.
@MihaZupan if you don't see any issues with the solution @danhulet provided, feel free to close this.
I'm experiencing this as well on a Windows machine, I've rolled back to 0.4.80