Ecosyste.ms: Issues

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

GitHub / anmonteiro/httpaf issues and pull requests

#130 - Adapt to EIO v0.12

Pull Request - State: closed - Opened by anmonteiro about 1 year ago

#129 - feat(httpaf-eio): track `sw` for gluten

Pull Request - State: closed - Opened by anmonteiro over 1 year ago

#128 - fix: compile examples

Pull Request - State: closed - Opened by anmonteiro over 1 year ago

#127 - chore: update flakes

Pull Request - State: closed - Opened by anmonteiro over 1 year ago

#126 - adapt to gluten-eio shutdown

Pull Request - State: closed - Opened by anmonteiro over 1 year ago

#125 - Add a test that fails without inhabitedtype/httpaf#223 applied

Pull Request - State: closed - Opened by anmonteiro almost 2 years ago

#124 - Merge upstream as of 2022-10-27

Pull Request - State: closed - Opened by anmonteiro almost 2 years ago

#123 - [Httpaf.Client_connection.create]: avoid unerasable argument, add unit

Pull Request - State: closed - Opened by anmonteiro almost 2 years ago

#122 - httpaf-eio: use newer gluten-eio interface

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#121 - Headers.get_exn: raise `Not_found` instead of Failure

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#120 - Add status codes as per RFC6585

Pull Request - State: closed - Opened by fraidev about 2 years ago

#119 - httpaf-async: Allow connecting on UNIX sockets too

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#118 - Fix tests after upstream merge

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#117 - Merge upstream as of 2022-08-29

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#115 - fix: call request handlers for multiple pipelined requests

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#114 - fix: advance request queue for all pipelined requests

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#113 - Add a test demonstrating we return chunked-encoded error responses

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#112 - Error handler body uses Writer.t directly

Issue - State: closed - Opened by anmonteiro about 2 years ago

#111 - Add httpaf-eio, an EIO backend

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#109 - httpaf-mirage: adapt to gluten 0.3.0 interface

Pull Request - State: closed - Opened by anmonteiro about 2 years ago

#108 - Fix compilation for JST 0.15 packages

Pull Request - State: closed - Opened by anmonteiro over 2 years ago

#107 - Fix examples

Pull Request - State: closed - Opened by anmonteiro over 2 years ago

#106 - Client: default `~flush_headers_immediately` to false

Pull Request - State: closed - Opened by anmonteiro almost 3 years ago

#105 - Use Nix flakes / update CI

Pull Request - State: closed - Opened by anmonteiro almost 3 years ago

#104 - Client: allow configuring whether headers should be flushed immediately

Pull Request - State: closed - Opened by anmonteiro almost 3 years ago - 1 comment

#103 - Configure headers flush on the client side

Issue - State: closed - Opened by Lupus almost 3 years ago

#102 - Fix EOF invariant for empty bodies

Pull Request - State: closed - Opened by anmonteiro almost 3 years ago

#101 - Invariant: on_eof is called only once when reading a message body

Pull Request - State: closed - Opened by anmonteiro almost 3 years ago

#100 - Fix backpressure / chunked error reporting

Pull Request - State: closed - Opened by anmonteiro about 3 years ago

#99 - Perform one less copy when parsing the message body

Pull Request - State: closed - Opened by anmonteiro about 3 years ago

#98 - update sources and format shell.nix

Pull Request - State: closed - Opened by anmonteiro about 3 years ago

#97 - Merge upstream as of 2021-08-15

Pull Request - State: closed - Opened by anmonteiro about 3 years ago

#96 - pull upstream as of 2021-06-05

Pull Request - State: closed - Opened by anmonteiro over 3 years ago

#95 - Tolerant applications

Issue - State: open - Opened by EduardoRFS over 3 years ago - 2 comments

#94 - Merge upstream as of 2021-05-18

Pull Request - State: closed - Opened by anmonteiro over 3 years ago

#93 - Fix the interaction between backpressure and fairness / yielding

Pull Request - State: closed - Opened by anmonteiro over 3 years ago

#92 - client: close request body immediately if no payload is expected

Pull Request - State: closed - Opened by anmonteiro over 3 years ago

#91 - Fix bug related to requests in the same buffer

Pull Request - State: closed - Opened by anmonteiro over 3 years ago

#90 - Fix tests after merge

Pull Request - State: closed - Opened by anmonteiro over 3 years ago

#89 - Merge upstream as of 2021-04-08

Pull Request - State: closed - Opened by anmonteiro over 3 years ago

#88 - Add a test for non-zero content-length header in a 304 response

Pull Request - State: closed - Opened by anmonteiro almost 4 years ago

#87 - Head response content length fix

Pull Request - State: closed - Opened by Lupus almost 4 years ago - 2 comments

#86 - Chunked-encoding error reporting: async scenario

Pull Request - State: closed - Opened by anmonteiro almost 4 years ago

#85 - Start testing on OCaml 4.12

Pull Request - State: closed - Opened by anmonteiro almost 4 years ago

#84 - Abort (chunked) responses correctly if an error is reported

Pull Request - State: closed - Opened by anmonteiro almost 4 years ago

#83 - Fix deprecated GH actions

Pull Request - State: closed - Opened by anmonteiro almost 4 years ago

#81 - Merge upstream as of 2020-11-15

Pull Request - State: closed - Opened by anmonteiro almost 4 years ago

#80 - specify nix sources more granularly

Pull Request - State: closed - Opened by anmonteiro about 4 years ago

#79 - Sync upstream as of 2020-08-01

Pull Request - State: closed - Opened by anmonteiro about 4 years ago

#78 - sync upstream as of 2020-08-01

Pull Request - State: closed - Opened by anmonteiro about 4 years ago

#77 - Fix race condition where writer mistakenly yields after reader EOF

Pull Request - State: closed - Opened by anmonteiro about 4 years ago

#76 - Writer prematurely closes connection

Issue - State: closed - Opened by Lupus about 4 years ago - 3 comments

#74 - Fix infinite reader wake up loop

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#73 - Deliver EOF to read bodies when shutting down a connection

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#72 - Merge upstream as of 2020-05-17

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#71 - Add a test for persistent connection + empty fixed body

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#71 - Add a test for persistent connection + empty fixed body

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#69 - httpaf-async: Use gluten to implement the Async runtime

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#68 - Move yield / wakeup reader behavior to the Reader

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#67 - Move yield / wake up behavior to writer

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#67 - Move yield / wake up behavior to writer

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#66 - Merge 2020-05-05 upstream

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#65 - Pass `alpn_protocols` to the gluten_lwt_unix runtime

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#65 - Pass `alpn_protocols` to the gluten_lwt_unix runtime

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#64 - Adapt to gluten interfaces in 0.2.0

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#64 - Adapt to gluten interfaces in 0.2.0

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#63 - Use gluten to implement the Lwt runtime

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#63 - Use gluten to implement the Lwt runtime

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#61 - Cleanup yielding behavior across client / server (read + write)

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#61 - Cleanup yielding behavior across client / server (read + write)

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#60 - client: transfer the writer callback to the request body when yielding

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#60 - client: transfer the writer callback to the request body when yielding

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#59 - Handle backpressure when reading incoming data

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#59 - Handle backpressure when reading incoming data

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#56 - Fix sending error responses, including chunked-encoded ones

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#55 - Refactor server_connection request descriptor queue

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#55 - Refactor server_connection request descriptor queue

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#54 - parser: commit after parsing each header line

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#54 - parser: commit after parsing each header line

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#53 - Fix OpenSSL runtime shutdown

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#52 - Refactor client_connection response descriptor queue

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#52 - Refactor client_connection response descriptor queue

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#51 - Enable running a test that was forgotten

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#51 - Enable running a test that was forgotten

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#50 - Refactor Client_connection to use Optional_thunk

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#50 - Refactor Client_connection to use Optional_thunk

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#49 - Merge upstream changes

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#49 - Merge upstream changes

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#48 - Adapt to TLS v0.11.0 interface

Pull Request - State: closed - Opened by anmonteiro over 4 years ago

#48 - Adapt to TLS v0.11.0 interface

Pull Request - State: closed - Opened by anmonteiro over 4 years ago