Uditha Atukorala

Results 39 comments of Uditha Atukorala

I really hope we can have maintainers with access to publish npm packages instead of having to create forks. @iradul, have you been in contact with @webmakersteve recently? If there...

IMHO, this is an essential feature. As it is right now, I can't really use the manifests directly [as described in the manual](https://www.arangodb.com/docs/stable/deployment-kubernetes-usage.html#installation-with-kubectl) since it installs everything in `default` namespace....

@ajwhite Any idea when this can get merged and released?

There is a timeout which you can disable [conf/bitz-server.conf.in#L18](https://github.com/uditha-atukorala/bitz-server/blob/7a3c0b98e06879308ede5ac5eddf030b9b0449a7/conf/bitz-server.conf.in#L18). I see the issue with headers, `modpy` and `echo` modules don't check ICAP request method and returns all headers (which doesn't...

I've released v2.0.2 which should fix the header issue (#10). @iradization, could you please give it a try?

@iradization, thanks for looking into this. > looks like data_length variable is not initialed properly. For example, in case we have only res_body and res_header, you can see that _encapsulated["res-hdr"]...

Released v2.0.3, should fix the encapsulated header issue (#12).

@iradization, you are right. There needs to be a `\r\n` at the end of each chunk. e.g. ``` 1e\r\n I am posting this information.\r\n 0\r\n \r\n ``` However your change...

@gr3m1in, thanks for proposed fix. I'm happy to accept a pull request if you are up for it. (I'd also initialise chunks with 1 instead of 0 for completeness)

Will do, probably API incompatibilities with Python 3. Would it be OK just support Python 3?