Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / bradfitz/http2 issues and pull requests

#85 - Fix error formatting based on best practices from Code Review Comments

Pull Request - State: closed - Opened by CodeLingoBot about 6 years ago

#84 - How should I use newest http2?

Issue - State: closed - Opened by thinkerou over 7 years ago

#83 - Does the Client in http2 support handling push-promise now?

Issue - State: closed - Opened by zhougit86 over 7 years ago - 1 comment

#82 - Race in CloseNotify?

Issue - State: closed - Opened by anacrolix about 9 years ago - 1 comment

#81 - https://http2.golang.org pointing to this repo and needs updating

Issue - State: closed - Opened by 13rac1 over 9 years ago - 1 comment

#80 - port number in SNI

Issue - State: closed - Opened by icing over 9 years ago - 1 comment

#79 - where is the client implementation

Issue - State: closed - Opened by foxundermoon over 9 years ago - 2 comments

#78 - outline of client work remaining

Issue - State: closed - Opened by glycerine over 9 years ago - 1 comment

#77 - status? no updates since May

Issue - State: closed - Opened by glycerine over 9 years ago - 2 comments

#76 - This lib still alive ?!

Issue - State: closed - Opened by sintanial over 9 years ago - 1 comment

#75 - h2demo: allow binding on another host/port than externally visible

Pull Request - State: closed - Opened by raboof over 9 years ago - 2 comments

#74 - h2demo: show load times for gophertiles on page

Pull Request - State: closed - Opened by raboof over 9 years ago - 1 comment

#73 - transport: add proxy support

Pull Request - State: closed - Opened by phuslu over 9 years ago - 1 comment

#72 - Setting log.Printf to use sc.logf

Pull Request - State: closed - Opened by itsmontoya over 9 years ago - 1 comment

#71 - Add debugging data in Go Away frames

Issue - State: closed - Opened by alexmgr over 9 years ago - 1 comment

#70 - [Minor] h2demo broken links - tiled images

Issue - State: closed - Opened by noam1023 over 9 years ago - 1 comment

#69 - Exporting Server.handleConn

Issue - State: closed - Opened by soheilhy over 9 years ago - 7 comments

#68 - Disabling logs

Issue - State: closed - Opened by itsmontoya over 9 years ago - 1 comment

#67 - Demo is down

Issue - State: closed - Opened by EtienneBruines over 9 years ago - 1 comment

#66 - HTTP/2 is working with TLS `MaxVersion: tls.VersionTLS11`

Issue - State: closed - Opened by jansauer over 9 years ago - 3 comments

#65 - HTTP/2 is working without `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`

Issue - State: closed - Opened by jansauer over 9 years ago - 2 comments

#64 - http2: send COMPRESSION_ERROR on HPACK decoding failure

Pull Request - State: closed - Opened by abursavich over 9 years ago - 1 comment

#63 - http2: fix readFrames goroutine leak

Pull Request - State: closed - Opened by abursavich almost 10 years ago - 1 comment

#62 - Validate CONNECT pseudo-headers

Pull Request - State: closed - Opened by barnacs almost 10 years ago - 3 comments

#61 - http2: transport: write request bodies

Pull Request - State: closed - Opened by bmizerany almost 10 years ago - 1 comment

#60 - http2: unblock RoundTrip when conn closes before END_HEADERS

Pull Request - State: closed - Opened by bmizerany almost 10 years ago - 1 comment

#59 - Support h2c (HTTP/2 without TLS)

Issue - State: closed - Opened by kennylevinsen almost 10 years ago - 9 comments

#58 - serverConn.readFrames goroutine leak

Issue - State: closed - Opened by dvyukov almost 10 years ago - 2 comments

#57 - h2i: incorrect binary name in usage function

Issue - State: closed - Opened by mdlayher almost 10 years ago

#56 - nil pointer dereference in hpack.HuffmanDecode

Issue - State: closed - Opened by dvyukov almost 10 years ago - 2 comments

#55 - frame_test: add TestFrameTypeString

Pull Request - State: closed - Opened by mdlayher almost 10 years ago - 1 comment

#54 - buffer_test, transport_test: fix 'go vet' issues

Pull Request - State: closed - Opened by mdlayher almost 10 years ago

#53 - Server.handleConn hangs

Issue - State: closed - Opened by dvyukov almost 10 years ago - 3 comments

#52 - Denial of Service Protection

Issue - State: closed - Opened by tav almost 10 years ago - 2 comments

#51 - server push (from the server side)

Issue - State: closed - Opened by jmhodges almost 10 years ago - 2 comments

#50 - ReadFrame returns frame with invalid dependent stream id

Issue - State: closed - Opened by dvyukov almost 10 years ago - 1 comment

#49 - ReadFrame returns frame with invalid streamid

Issue - State: closed - Opened by dvyukov almost 10 years ago - 5 comments

#48 - Support for HTTP/1.1 Upgrade ala Section 3.2 of the new soon-to-be RFC

Pull Request - State: closed - Opened by jsipprell almost 10 years ago - 1 comment

#47 - server: fix leak on writeHeaders during RST_STREAM from client

Pull Request - State: closed - Opened by pabbott0 almost 10 years ago - 6 comments

#46 - readFrames leaks goroutines on serve loop exit

Issue - State: closed - Opened by pabbott0 almost 10 years ago - 1 comment

#45 - writeHeaders leaks goroutines on RST_STREAM until end of connection

Issue - State: closed - Opened by pabbott0 almost 10 years ago - 1 comment

#44 - prevent race during resched pump on a closed stream

Pull Request - State: closed - Opened by pabbott0 almost 10 years ago - 11 comments

#43 - Add DialTLS to transport

Pull Request - State: closed - Opened by bmizerany almost 10 years ago - 2 comments

#42 - Add type Flags to the constants

Pull Request - State: closed - Opened by aecdanjun almost 10 years ago - 1 comment

#41 - Add type Flags to the constants

Pull Request - State: closed - Opened by aecdanjun almost 10 years ago - 1 comment

#40 - Yet another HTTP2 transport

Pull Request - State: closed - Opened by baranov1ch almost 10 years ago - 2 comments

#39 - Dependency tree and stream prioritization

Pull Request - State: closed - Opened by brk0v almost 10 years ago - 3 comments

#38 - Support request: HTTP/2, HTTPS and cookies

Issue - State: closed - Opened by xyproto almost 10 years ago - 3 comments

#37 - Non HTTPS HTTP/2

Issue - State: closed - Opened by kidoman almost 10 years ago - 3 comments

#36 - share conn logic between Server and Transport, Transport bodies + flow control

Pull Request - State: closed - Opened by bgentry almost 10 years ago - 1 comment

#35 - Fix the variable name and typo in the comments.

Pull Request - State: closed - Opened by tetsuok almost 10 years ago - 3 comments

#34 - Push promise handler

Pull Request - State: closed - Opened by brk0v almost 10 years ago - 1 comment

#33 - Goroutine leak on demo server

Issue - State: closed - Opened by awly almost 10 years ago - 12 comments

#32 - tls: oversized record received with length 20527

Issue - State: closed - Opened by xyproto almost 10 years ago - 3 comments

#31 - transport: support for request bodies, flow control, trailers

Pull Request - State: closed - Opened by bgentry almost 10 years ago - 6 comments

#30 - Add TLSClientConfig to Transport

Pull Request - State: closed - Opened by titanous almost 10 years ago - 8 comments

#29 - Firefox 36 has HTTP/2 enabled by default, but your page tells me otherwise

Issue - State: closed - Opened by flying-sheep almost 10 years ago - 11 comments

#28 - buffer_test: add TestBufferWrite

Pull Request - State: closed - Opened by mdlayher about 10 years ago - 4 comments

#27 - Update Stable version to 1.4.2

Pull Request - State: closed - Opened by olekukonko about 10 years ago - 3 comments

#26 - Update Download Link

Pull Request - State: closed - Opened by olekukonko about 10 years ago

#25 - Fix several issues found by 'go vet'

Pull Request - State: closed - Opened by mdlayher about 10 years ago - 2 comments

#24 - strengthen priority tree code and add tests

Pull Request - State: closed - Opened by DanielMorsing about 10 years ago

#23 - Pushhandler

Pull Request - State: closed - Opened by DanielMorsing about 10 years ago - 5 comments

#22 - add Daniel to C+A

Pull Request - State: closed - Opened by DanielMorsing about 10 years ago

#21 - Add ability to write and parse push promise frames.

Pull Request - State: closed - Opened by DanielMorsing about 10 years ago - 1 comment

#20 - goroutineLock is ugly and can be replaced with something simpler

Issue - State: closed - Opened by DanielMorsing about 10 years ago - 2 comments

#19 - Respect peer's connection-level flow control

Pull Request - State: closed - Opened by tatsuhiro-t about 10 years ago - 2 comments

#18 - Fix documentation for SetMaxDynamicTableSize of Encoder

Pull Request - State: closed - Opened by tatsuhiro-t about 10 years ago - 5 comments

#17 - Removed redundant returns

Pull Request - State: closed - Opened by gbbr about 10 years ago - 4 comments

#16 - Lowercased error messages

Pull Request - State: closed - Opened by gbbr about 10 years ago

#15 - Implement HPACK encoder that actually compresses header block

Pull Request - State: closed - Opened by tatsuhiro-t about 10 years ago - 7 comments

#14 - Moved Request/Response related code into different file

Pull Request - State: closed - Opened by gbbr over 10 years ago - 1 comment

#13 - Update server.go

Pull Request - State: closed - Opened by gbbr over 10 years ago - 2 comments

#12 - Update server.go

Pull Request - State: closed - Opened by gbbr over 10 years ago - 1 comment

#11 - fix bug thinko

Pull Request - State: closed - Opened by mattkeenan over 10 years ago

#10 - h2demo: add second streaming example

Pull Request - State: closed - Opened by nf over 10 years ago - 3 comments

#9 - Unknown Error Code String Method

Issue - State: closed - Opened by hariharan-uno over 10 years ago - 7 comments

#8 - buffered pipe

Pull Request - State: closed - Opened by kr over 10 years ago - 1 comment

#7 - spec parser

Issue - State: closed - Opened by bradfitz over 10 years ago - 1 comment

#6 - Spec coverage cleanup

Pull Request - State: closed - Opened by bmizerany over 10 years ago

#5 - Generate Spec Coverage Report

Pull Request - State: closed - Opened by bmizerany over 10 years ago - 2 comments

#4 - headerTable -> dynamicTable

Pull Request - State: closed - Opened by bmizerany over 10 years ago

#3 - add streamHandler and check for Continuation

Pull Request - State: closed - Opened by jmhodges over 10 years ago - 2 comments

#2 - Target Draft 14

Issue - State: closed - Opened by bbangert over 10 years ago - 5 comments

#1 - Group the const declarations of FrameType and Flags with their respective type declarations.

Pull Request - State: closed - Opened by mewmew over 10 years ago - 3 comments