Juan Calderon-Perez
Juan Calderon-Perez
@Dorbmon One day
Hello @SijmenHuizenga @dbader @connorskees Any chance of getting this merged? Having async support would be very helpful for this library. Thanks!
@ksw2000 The promhttp has to be converted to fasthttp, although It probably had to go in a separate module to not force the dependecies on everyone. The code is here...
@byte0o That would be a backward incompatible change, right?
@dependabot ignore this major version
@HIL340 I think the github actions versions need to be updated too. The `action/checkout` current version is v4, not v2. https://github.com/actions/checkout/releases/tag/v4.1.7
@pablodz Agree the whole ci has to be refactored
@aarondl Any chance of getting this merged and a new release? These new versions have a ton of fixes for HTTP/2
@ajac-zero This may need a unit-test with `stream` enabled.
@ajac-zero That's probably a great starting point, running current tests with "stream" set to false. Then running the test suite with "stream" set to True. This will require setting the...