hyper-util icon indicating copy to clipboard operation
hyper-util copied to clipboard

feat: add `{http1,http2}_only` for auto conn

Open dswij opened this issue 1 year ago • 1 comments

Closes https://github.com/hyperium/hyper/issues/3511

This PR adds an option to choose http1 or http2 only for auto connections.

dswij avatar Mar 17 '24 12:03 dswij

@sfackler would this solve your use case?

seanmonstar avatar Mar 18 '24 22:03 seanmonstar

Hey. Just wanted to check in to see if there's anything that I can do to help push this forward?

rakshith-ravi avatar May 17 '24 21:05 rakshith-ravi

@seanmonstar I send a follow-up to resolve the conflict at https://github.com/hyperium/hyper-util/pull/124.

It retains @dswij's credit. Hopefully we can move forward and my major target is to help https://github.com/hyperium/tonic/pull/1670 done.

tisonkun avatar May 18 '24 16:05 tisonkun

@seanmonstar This patch has some uncompleted part. I fix it up at https://github.com/hyperium/hyper-util/pull/124/commits/582cd9fcb926651f601e9d2423c9e54f568d0cf5 and you can review https://github.com/hyperium/hyper-util/pull/124.

tisonkun avatar May 24 '24 13:05 tisonkun