mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Merge branch 'add_spdy_record_field_type' of https://github.com/sile/cowboy
This commit is contained in:
commit
e74120bee1
1 changed files with 8 additions and 8 deletions
|
@ -54,15 +54,15 @@
|
||||||
|
|
||||||
-record(state, {
|
-record(state, {
|
||||||
parent = undefined :: pid(),
|
parent = undefined :: pid(),
|
||||||
socket,
|
socket :: inet:socket(),
|
||||||
transport,
|
transport :: module(),
|
||||||
buffer = <<>> :: binary(),
|
buffer = <<>> :: binary(),
|
||||||
middlewares,
|
middlewares :: [module()],
|
||||||
env,
|
env :: cowboy_middleware:env(),
|
||||||
onresponse,
|
onresponse :: cowboy:onresponse_fun(),
|
||||||
peer,
|
peer :: {inet:ip_address(), inet:port_number()},
|
||||||
zdef,
|
zdef :: zlib:zstream(),
|
||||||
zinf,
|
zinf :: zlib:zstream(),
|
||||||
last_streamid = 0 :: streamid(),
|
last_streamid = 0 :: streamid(),
|
||||||
children = [] :: [#child{}]
|
children = [] :: [#child{}]
|
||||||
}).
|
}).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue