Greg Wilkins
Greg Wilkins
replaced by #11801
> Need to dig into why we are doing this via a static sized buffer. I believe the reasoning is that we don't want to get into complex responses when...
> This is OK.... but I think I'd prefer a simple `setBufferSize` method, with a -1 meaning that a heuristic will be used (e.g. min(8K, httpConfig.bufferSize)). Default value will be...
CI failure is a flake. rerunning
Known CI flake
@dkaukov thanks
@nigredo-tori thanks for this feedback. We might take a bit of time to get around to fixing this and checking it works with CryptoPro. So if you wanted to prepare...
Any more radical API changes would be best against the 10.0.x branch, as we try to keep the API stable in 9.4.x (which is kind of responsible for a lot...
@joakime maybe implement it like: ``` public class PathMappingsHandler { // ... public static class Contextual extends PathMappingsHandler { @Override public void addMapping(PathSpec pathSpec, Handler handler) { addMapping(pathSpec, null, handler);...