Palani C

Results 8 issues of Palani C

In some special conditions, we may need to configure backends other than proxy_pass and uwsgi_pass (for example fastcgi_pass, or serving static files). - As a solution, we can allow new...

type/feat

removed android quirks section in readme.md, its no longer required.

I'm trying to use gith with bitbucket. Bitbucket sends payload with lot of '+' characters in payload data. which should be decoded to ' ' (space character) I believe. But...

I'm trying to use `RSocketServer` in javascript, but when I provide `serializers` option, the frames are getting deserialized twice. ``` const server = new RSocketServer({ // .... getRequestHandler: socket =>...

needs triage

## Motivation In Java implementation, custom application errors can be thrown using `RSocketErrorException`. https://github.com/rsocket/rsocket-java/blob/37fc68c68f4b61d826084330a7b0476a456b63da/rsocket-core/src/main/java/io/rsocket/RSocketErrorException.java#L27 But in Js implementation, there is no way to throw custom Errors, All Js Errors are...

enhancement
0.x

I tried to use latest commit which uses stream parsing ( @sedenardi ) But all of my boolean fields are reversed after this pull.

I'm using lwip for last few months, it works great. But the process always takes more memory. I have a app just to resize the image, and it quickly takes...

### Motivation: In the current `RSocketMachine._handleRequestChannel` implementation, the payload is deserialized twice. So it leads to deserialization error when channels are used with serializers in `RSocketServer`. This bug only affects...

needs triage
0.x