index
:
gun.git
1.3.x
http2-websocket
http3
master
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gun_http2.erl
Age
Commit message (
Expand
)
Author
2019-10-17
Use maps for looking up HTTP/2 streams
Loïc Hoguin
2019-10-01
Cowlib no longer returns lingering_data tuples
Loïc Hoguin
2019-09-26
Don't send duplicate gun_error messages to the same process
Loïc Hoguin
2019-09-26
Remove UnprocessedStreams from the gun_down message
Loïc Hoguin
2019-09-26
Add reply_to option to ws_upgrade; remove notowner entirely
Loïc Hoguin
2019-09-24
Add auto-ping to Websocket and a silence_pings option
Loïc Hoguin
2019-09-23
Accept all cow_http2_machine options
Loïc Hoguin
2019-09-22
Rework state transitions resulting from from protocol changes
Loïc Hoguin
2019-09-22
Improve retrieval of keepalive option
Loïc Hoguin
2019-09-22
Supports going through multiple Socks proxies
Loïc Hoguin
2019-09-22
Move and merge all TLS handshakes to the main Gun code
Loïc Hoguin
2019-09-13
Use cow_http2_machine:ensure_window
Loïc Hoguin
2019-09-06
Fix failing tests caused by DATA no longer being sent
Loïc Hoguin
2019-09-06
Don't send a DATA frame when there is no request body
Loïc Hoguin
2019-09-05
Implement graceful shutdown
Loïc Hoguin
2019-08-05
Add flow control
Loïc Hoguin
2019-07-26
Data received after RST_STREAM counts toward window
Tony Han
2019-07-24
Add the cancel event for local/remote stream cancellation
Loïc Hoguin
2019-07-24
Add push_promise_start/push_promise_end events
Loïc Hoguin
2019-07-15
Add Websocket frames related events
Loïc Hoguin
2019-07-03
Add the response_trailers event
Loïc Hoguin
2019-07-03
Add the response_start event
Loïc Hoguin
2019-07-02
Add response_inform/response_headers/response_end events
Loïc Hoguin
2019-06-02
Add request_start, request_headers and request_end events
Loïc Hoguin
2019-04-22
Make gun_tls_proxy work for HTTP/2 connections
Loïc Hoguin
2019-01-09
Add function gun:stream_info/2
Loïc Hoguin
2019-01-05
Clarify option errors in the manual for gun:open/open_unix
Loïc Hoguin
2019-01-03
Update copyright years
Loïc Hoguin
2019-01-02
Don't send the default port in the host header for HTTP/2
Loïc Hoguin
2018-12-31
Separate request/4,5,6 into headers/4,5 and request/5,6
Loïc Hoguin
2018-12-19
Convert the gun process to gen_statem
Loïc Hoguin
2018-10-31
The method must be a binary in cow_http2_machine
Loïc Hoguin
2018-10-31
Fix the error sent when we receive an RST_STREAM
Loïc Hoguin
2018-10-30
Switch to cow_http2_machine for HTTP/2
Loïc Hoguin
2018-10-01
Remove unreachable clauses pointed out by Dialyzer
Loïc Hoguin
2018-10-01
Fix the remaining h2specd test failures
Loïc Hoguin
2018-10-01
Handle HTTP/2 continuation frames
Loïc Hoguin
2018-09-28
Ignore HTTP/2 frames of unknown types
Loïc Hoguin
2018-09-26
Don't crash on HEADERS frames with PRIORITY flag set
Loïc Hoguin
2018-09-17
Add HTTP/1.1 CONNECT support
Loïc Hoguin
2018-08-06
Fix the status code passed to content handlers
Loïc Hoguin
2018-08-06
Fix some types that were referring to Cowboy
Loïc Hoguin
2018-06-04
Support Unix domain sockets when building host headers
Simon Thörnqvist
2018-06-04
Update copyright years
Loïc Hoguin
2018-06-04
Add some todos for later
Loïc Hoguin
2018-06-04
Remove the dependency on Ranch
Loïc Hoguin
2018-06-03
Rename gun_data and gun_sse to gun_data_h and gun_sse_h
Loïc Hoguin
2018-06-03
Reorder the option checks
Loïc Hoguin
2018-05-15
Allow IP tuple for host #152
Seudin Kasumovic
2018-05-07
Import the HTTP/2 send_data function from Cowboy
Loïc Hoguin
[prev]
[next]