Sahib Yar
Sahib Yar
Please add some description to the issue.
just add the content in index.html and check it locally, then push it to your GitHub repository.
Hi @marten-seemann thank you for pointing to this in https://github.com/quic-go/quic-go/issues/3870 In reference to https://github.com/quic-go/quic-go/issues/437 "Dependency Weighing" mentioned in [RFC-7540](https://httpwg.org/specs/rfc7540.html#rfc.section.5.3.2) is already deprecated as explain in RFC9218 in [Motivation for Replacing...
Updated as per PR comments, similar pattern of time consumption for all tests. When lines were commented, it took 116 seconds When lines were not commented, it took 90 seconds...
Can I take this up ? is there any timeline for this ? can I raise multiple PR's against this ?
based on this comment https://github.com/moov-io/iso8583/issues/177#issuecomment-1613632040 is this issue still open ?
> I am not likely to add more options, as I just want a fast and easy way to get all the text from a PDF, such as for text...
Sure, thank you @marten-seemann, let me see this.
@marten-seemann Adding these lines inside [handleAckFrame()](https://github.com/quic-go/quic-go/blob/master/connection.go#L1498) in `connection.go` will be sufficient ? ``` if s.perspective == protocol.PerspectiveClient && !s.handshakeConfirmed { s.handleHandshakeConfirmed() // See https://github.com/quic-go/quic-go/issues/3851 for details // This is not...
@marten-seemann you got the chance to review this PR ?