skbeh

Results 55 comments of skbeh

Sorry, I forget to push the latest changes.

https://greasyfork.org/zh-CN/scripts/381682-html5视频播放器增强脚本 shows that it is licensed under GPL, so the source should also be licensed under GPL. Related issue: https://github.com/xxxily/h5player/issues/501

@emilyy-dev Tried bundler jar but no luck.

@clrxbl I tested both libdeflate and Java compression, and both worked fine.

@electronicboy Added.

@clrxbl The kqueue dependency will be removed once the new version of async-http-client is released.

@electronicboy It seems that there's no sane way to configure AHC to use specific transportFactory. Also, we can't get the server instance in an enum class, so it is inconvenient...

@electronicboy I mean that I don't know how to make it possible to configure whether to enable it via configure file. AHC automatically checks transportFactory which will be used together...

@electronicboy That's what AHC had been always using: https://github.com/AsyncHttpClient/async-http-client/blob/e7edd2c378fb4487be11c47bd624034094c2ae24/client/src/main/java/org/asynchttpclient/netty/channel/ChannelManager.java#L158