ISNing

Results 18 comments of ISNing

I have tested async server on my phone but it didn't shown obvious performance improvement(Both blocked and async server has file download speed 18MB/s on average). Still needs more test...

I've done everything I can do... The only thing which needs to deal with (Maybe redisign?) is the part where turn ResponseBody project to entity and entity producer.

To make it reappear, you should enable gradle configuration by adding "org.gradle.unsafe.configuration-cache=true" to gradle.properties And you can also turn this error to a wrning by adding "org.gradle.unsafe.configuration-cache-problems=warn" Maybe this issue...

> is this working for 1.19.2? Yes, as it's described in the post content, commit message and file name...

Yes for sure, I will try to add that after I made everything work :) (Since I'm haven't ever been working with go, it might cost some time)

@tomMoulard Everything seems works well (atleast for unit tests) But have no idea how to test it in real traefik...

@tomMoulard Thanks for your remindness, I've tested it with the docker image. It works as expected. The bug that it fixes is just like it described in the pr from...

> Okay, I will do further real life tests on my side! > > Do you mind refacto a little the code? I am thinking at a module that wraps...

> Personally, I would create a `pkg/utils` package with a `header.go` file inside. I finished and pushed this minutes before. > @tomMoulard It seems to be a typo of the...

> Please do correct it! 💯 Done here: https://github.com/tomMoulard/htransformation/pull/63