socketry / async-http

MIT License
298 stars 45 forks source link

Fix Delayed when required after async/http/protocol/* #131

Closed zarqman closed 10 months ago

zarqman commented 10 months ago

If any part of async/http/protocol/* is required before Async::HTTP::Body::Delayed, then Delayed cannot be loaded. This PR corrects that.

Types of Changes

Contribution

ioquatix commented 10 months ago

Thanks!