e177cb156d
adapt to new paf
2022-09-29 14:40:50 +02:00
99dcf500c1
once the http fetch is done, close the flow ( #5 )
2022-09-07 09:09:15 +02:00
023fb4283d
use tar and extend the block device
2022-09-07 09:08:45 +02:00
f62f2a09ce
in addition to retrieve stuff, also serve a repository:
...
- archive cache
- repository (index.tar.gz) dynamically created from tarball
- repo file (generated including the commit id and repository URL)
2022-09-04 10:01:45 +02:00
d03cd65dcd
Fix a leak of fd from h2 - we must shutdown the connection to really close the fd
2022-09-01 09:50:53 +02:00
c16f2288ed
Use Status.is_redirection instead of matching on the polymorphic variant
...
The reason behind this is that the new HTTP code 308 (permanent redirect)
is not recognized by HTTP/AF, but already used (e.g. by alt-ergo.ocamlpro.com).
2022-09-01 09:27:03 +02:00
236e09b7e0
First PoC about a native HTTP client on Mirage with mimic/paf/httpaf/h2
2022-08-30 16:12:55 +02:00