File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 242
242
:server-name (netty/channel-server-name ch)
243
243
:server-port (netty/channel-server-port ch)
244
244
:remote-addr (netty/channel-remote-address ch)
245
+ :protocol " HTTP/1.1"
246
+ ; ; These keys are internal to Aleph and should not be relied on
245
247
:aleph/channel ch
246
- :aleph/request-arrived request-arrived
247
- :protocol " HTTP/1.1" )
248
+ :aleph/request-arrived request-arrived )
248
249
249
250
(p/def-derived-map NettyResponse [^HttpResponse rsp destroy-conn? body]
250
251
:status (-> rsp .status .code)
Original file line number Diff line number Diff line change 822
822
823
823
:protocol " HTTP/2.0"
824
824
825
+ ; ; These keys are internal to Aleph and should not be relied on
825
826
:aleph/channel ch
826
827
:aleph/writable? writable?
827
828
:aleph/h2-exception h2-exception
You can’t perform that action at this time.
0 commit comments