issues
search
anmonteiro
/
httpun
A high performance, memory efficient, and scalable web server written in OCaml
Other
50
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is there a way to have Server_connection pass the fd to the request_hander?
#139
aantron
closed
2 months ago
7
surface write errors through `flush`
#138
anmonteiro
closed
2 months ago
1
client: process responses after writer EOF
#137
anmonteiro
closed
2 months ago
0
server: process requests after EOF
#136
anmonteiro
closed
2 months ago
0
client: report exceptions before closing the response body
#135
anmonteiro
closed
2 months ago
0
chore: update flakes and github actions
#134
anmonteiro
closed
3 months ago
0
refactor: make buffered_bytes a mutable field instead of a ref
#133
anmonteiro
closed
2 months ago
0
refactor: don't pass `~wakeup` argument to reader
#132
anmonteiro
closed
3 months ago
0
httpun-eio failing to build
#131
ada2k
closed
5 months ago
3
Adapt to EIO v0.12
#130
anmonteiro
closed
1 year ago
0
feat(httpaf-eio): track `sw` for gluten
#129
anmonteiro
closed
1 year ago
0
fix: compile examples
#128
anmonteiro
closed
1 year ago
0
chore: update flakes
#127
anmonteiro
closed
1 year ago
0
adapt to gluten-eio shutdown
#126
anmonteiro
closed
1 year ago
0
Add a test that fails without inhabitedtype/httpaf#223 applied
#125
anmonteiro
closed
2 years ago
0
Merge upstream as of 2022-10-27
#124
anmonteiro
closed
2 years ago
0
[Httpaf.Client_connection.create]: avoid unerasable argument, add unit
#123
anmonteiro
closed
2 years ago
0
httpaf-eio: use newer gluten-eio interface
#122
anmonteiro
closed
2 years ago
0
Headers.get_exn: raise `Not_found` instead of Failure
#121
anmonteiro
closed
2 years ago
0
Add status codes as per RFC6585
#120
fraidev
closed
2 years ago
0
httpaf-async: Allow connecting on UNIX sockets too
#119
anmonteiro
closed
2 years ago
0
Fix tests after upstream merge
#118
anmonteiro
closed
2 years ago
0
Merge upstream as of 2022-08-29
#117
anmonteiro
closed
2 years ago
0
Body.Writer: call `flush` callback only after bytes have been written to the transport
#116
anmonteiro
closed
2 years ago
0
fix: call request handlers for multiple pipelined requests
#115
anmonteiro
closed
2 years ago
0
fix: advance request queue for all pipelined requests
#114
anmonteiro
closed
2 years ago
0
Add a test demonstrating we return chunked-encoded error responses
#113
anmonteiro
closed
2 years ago
0
Error handler body uses Writer.t directly
#112
anmonteiro
closed
2 years ago
0
Add httpaf-eio, an EIO backend
#111
anmonteiro
closed
2 years ago
0
[client]: Fix a race condition with `~flush_headers_immediately:false` and empty request bodies
#110
anmonteiro
closed
2 years ago
0
httpaf-mirage: adapt to gluten 0.3.0 interface
#109
anmonteiro
closed
2 years ago
0
Fix compilation for JST 0.15 packages
#108
anmonteiro
closed
2 years ago
0
Fix examples
#107
anmonteiro
closed
2 years ago
0
Client: default `~flush_headers_immediately` to false
#106
anmonteiro
closed
2 years ago
0
Use Nix flakes / update CI
#105
anmonteiro
closed
2 years ago
0
Client: allow configuring whether headers should be flushed immediately
#104
anmonteiro
closed
2 years ago
1
Configure headers flush on the client side
#103
Lupus
closed
2 years ago
0
Fix EOF invariant for empty bodies
#102
anmonteiro
closed
3 years ago
0
Invariant: on_eof is called only once when reading a message body
#101
anmonteiro
closed
3 years ago
0
Fix backpressure / chunked error reporting
#100
anmonteiro
closed
3 years ago
0
Perform one less copy when parsing the message body
#99
anmonteiro
closed
3 years ago
0
update sources and format shell.nix
#98
anmonteiro
closed
3 years ago
0
Merge upstream as of 2021-08-15
#97
anmonteiro
closed
3 years ago
0
pull upstream as of 2021-06-05
#96
anmonteiro
closed
3 years ago
0
Tolerant applications
#95
EduardoRFS
opened
3 years ago
2
Merge upstream as of 2021-05-18
#94
anmonteiro
closed
3 years ago
0
Fix the interaction between backpressure and fairness / yielding
#93
anmonteiro
closed
3 years ago
0
client: close request body immediately if no payload is expected
#92
anmonteiro
closed
3 years ago
0
Fix bug related to requests in the same buffer
#91
anmonteiro
closed
3 years ago
0
Fix tests after merge
#90
anmonteiro
closed
3 years ago
0
Next