horpto

Results 24 comments of horpto

> I think the best solution would be to change the way that new greenlet is schedule Thanks, I've thought about it. it should be the most reliable solution. But...

Hi @mosquito long time passed I don't remember some details but changes seems to be meaningful. Tests are passed but some problems with cover and readme file. Should I do...

well, everything is ok at my sight

@Bogdanp if I'd remove GeventRabbitmqBroker itself and keep other changes as refactoring can it be merged?

Hi @breml! Ok, I created a new pr with only small changes.

@randunel Hi, now nodecap2 are not supported 206 as this feature is not needed for our product, but I think to make it to version 3.0 or maybe earlier. I...

@randunel In RESPMOD I download html page (other mimes I pass) entirely or first 20 Mb (yeah, I have requirement to not crash at big html pages) and then filter...

Hi @anton-zaharov Thanks for bugreport. Actually it's better to create a new issue with your question. Also you can try to find me in the gitter of repo. I am...

@anton-zaharov can you add a `console.log` in (1) the beginning of `acceptRequest`, (2) the beginning `server.response('*', function(icapReq, icapRes, req, res, next) {`, line 66, and (3) before `icapRes.setFilter` ? what's...

@anton-zaharov workaround: add `icapRes.hasBody = true` after `icapRes.continuePreview();`, (line ~100)