package gluten-mirage
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Mirage support for gluten
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      gluten-0.4.1.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=78e6f33ed55666c1127bd71cf012c6a5f8b794cf4072505d0c0fcdb105673db4
    
    
  sha512=48434a3086309fb59239e75a64b06a8128323cd88802b69aebccc6de3ae41719ee4ae82554c4fc022c87242bbaea182b306faf19ed4b73833d79274ebc78ec59
    
    
  doc/CHANGES.html
0.4.1 2023-03-16
- gluten-lwt-unix: require tls-lwt 
>= 0.16(#53) - gluten-eio: adapt to 
Eio.Ioerrors (#54) - gluten-eio: return a 
Eio.Promise.tfromGluten_eio.Client.shutdown(f8b88c485) 
0.4.0 2023-02-11
- gluten-eio: Add 
gluten-eiopackage, a gluten backend for eio (#35) - gluten-async: Allow connecting to a UNIX domain socket (#40)
 - gluten-async: Fix memory leak in the SSL / TLS implementations (#48)
 
0.3.0 2022-08-08
- gluten-lwt, gluten-lwt-unix: in the OpenSSL backend, select the ALPN protocol properly (#20)
 - Make 
(select ...)compatible with Dune 2.0 (#21) - Adapt to newer conduit versions by removing 
Server_with_conduit(#22) - gluten-async: Depend on 
coreandasync>= v.0.15.0 (#30) - gluten-async: Add 
tls-asyncI/O support on the client (#31) gluten-mirage: Fix
readandwritev(#32):readnow respects the length parameter of the receiving buffer and buffers extra bytes until the next timereadis calledwritevnow copies the underlying IOVecs, asFlow.writevtakes ownership of the buffers, which can't be reused
0.2.1 2020-05-16
- gluten-lwt, gluten-async, gluten-lwt-unix, gluten-mirage: never call 
shutdownwithSHUTDOWN_SEND. This is especially important on the client, where sending aFINpacket might cause the other end to shutdown the connection without sending back a response (#10) 
0.2.1 2020-05-16
- gluten-mirage: Add a Mirage runtime (#5)
 - gluten: Remove dependency on httpaf (#6)
 - gluten-lwt-unix: Allow configuring accepted ALPN protocols in the SSL / TLS runtimes (#7)
 - gluten-async: Add an Async runtime (#8)
 
0.2.0 2020-04-29
- gluten-lwt: Refactor the runtime to reuse more code (#3)
 - gluten, gluten-lwt: Change the API, support runtimes that aren't upgradable (#4)
 
0.1.0 2020-04-27
- Initial public release
 
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page