Alexcei

Results 28 comments of Alexcei

The problem is in **http-parser library**. The library doesn't work properly for urls with Non-ASCII characters. I have checked my url using by GURL library, it's ok. So I would...

It's very strange why it's showed so many commits and changed files. I have changed only 2 files. May be I'll recreate PR

It's better now. You can look one commit with a small changes. I only replaced using http_parser library on GURL library in pieces of code where there is a parsing...

I rebuilt an envoy binary and published new envoy version in production environment of my company. The fix works great. I'am looking forward someone takes a look the PR. Is...

@yanavlasov , No, no. Did you see a bug description? I agree that non-ASCII characters are not allowed in the URI path. But all Non-ASCII symbols encode by URL encode...

I don't mind your suggestion. But I am not clear how to implement such function. Do you have a chance to create such function? I can just revert my changes...

Also note that in the filter implementation we compare URL object with URL from setting of the filter. If URL will contain non-decoded characters in this case user need to...

@yanavlasov , could you provide test input and output string for example? I am not sure that I clear undestand you what I need to do. It's better to have...

I dont' have time to reedit changes. I hope I will find a time for this