Shantanu Kumar

Results 66 comments of Shantanu Kumar
trafficstars

I have faced a similar issue where `wrap-params` causes the handler to sometimes throw `java.io.UnsupportedEncodingException` due to bad encoding. It would be great to return HTTP 400 as a response...

+1 I'd vote for this to be implemented in 1.1 or a suitable version as early as feasible.

For some reason I am yet to figure out, Ctrl+F doesn't work on my Ubuntu setup. That is preventing me from using CatNip.

File-open is working for me via menu as of v0.3.0. Thanks! I could close this issue, but I am not sure if you are planning to add more items to...

@erez-rabih The process you described, in my knowledge, is how we can keep control over the thread-pool related matters. Adding https://github.com/http-kit/http-kit/issues/407#issuecomment-572527933 to HTTP-Kit docs as a HOWTO recipe should be...

What was the line you were trying to use? Windows XP? Looks like this should occur only on older systems.

What was the line that caused "The input line is too long"? The sample may help others think how to break it down into smaller chunks.

Does https://github.com/technomancy/grenchman work with trampoline on Windows?

I saw the same message today on Windows 10 when installing 2.5.3. Looks like `powershell -? > null 2>&1` (notice **null**) works fine; can somebody test on other Windows versions?

@winks Sorry, my bad. Even on Windows 10 `> null` creates a file called `null`.