ntex

framework for composable networking services

APACHE-2.0 License

Downloads
2.5M
Stars
2K
Committers
232

Bot releases are hidden (Show)

ntex - ntex-io v0.3.13

Published by fafhrd91 11 months ago

Changes

  • Optimize KEEP-ALIVE timer
ntex - ntex v0.7.13

Published by fafhrd91 11 months ago

Changes

  • Refactor io timers

  • Refactor h1 timers

ntex - ntex-io v0.3.11

Published by fafhrd91 11 months ago

Changes

  • Fix keep-alive timeout handling
ntex - ntex-io v0.3.10

Published by fafhrd91 11 months ago

Changes

  • Refactor slow frame timeout handling
ntex - ntex v0.7.12

Published by fafhrd91 11 months ago

Changes

  • Replace async-oneshot with oneshot
ntex - ntex-http v0.1.11

Published by fafhrd91 11 months ago

Changes

  • Implement serde::Serialize/Deserialize for HeaderMap
ntex - ntex-io v0.3.9

Published by fafhrd91 11 months ago

Changes

  • Remove slow frame timer if service is not ready

  • Do not process data in Dispatcher from read buffer after disconnect

ntex - ntex v0.7.11

Published by fafhrd91 11 months ago

Changes

  • Refactor http/1 timeouts

  • Add http/1 payload read timeout

ntex - ntex v0.7.10

Published by fafhrd91 11 months ago

Changes

  • Start http client timeout after sending body
ntex - ntex-io v0.3.7

Published by fafhrd91 11 months ago

Changes

  • Handle io flush during write back-pressure
ntex - ntex-tokio v0.3.1

Published by fafhrd91 11 months ago

Changes

  • Optimize io read task
ntex - ntex-bytes v0.1.21

Published by fafhrd91 11 months ago

Changes

  • Data race in BytesMut #243
ntex - ntex-io v0.3.6

Published by fafhrd91 11 months ago

Changes

  • Add support for frame read timeout

  • Add DispatcherConfig type

ntex - ntex-util v0.3.4

Published by fafhrd91 12 months ago

Changes

  • Add UnwindSafe trait on mpsc::Receiver #239
ntex - ntex v0.7.8

Published by fafhrd91 12 months ago

Changes

  • Stopping Server does not release resources #233

  • Drop num_cpu dep

ntex - ntex-io v0.3.4

Published by fafhrd91 12 months ago

Changes

  • Add Io::force_ready_ready() and Io::poll_force_ready_ready() methods
ntex - ntex-rt v0.4.10

Published by fafhrd91 12 months ago

Changes

  • Upgrade async-channel to 2.0
ntex - ntex-util v0.3.3

Published by fafhrd91 12 months ago

Changes

  • Add FusedStream trait on mpsc::Receiver #235
ntex - ntex v0.7.7

Published by fafhrd91 12 months ago

Changes

  • Fix rust tls client TLS_SERVER_ROOTS #232
ntex - ntex v0.7.6

Published by fafhrd91 about 1 year ago

Changes

  • Upgrade ntex-h2 to 0.4