Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regressions since 0.5.36 #46

Closed
wants to merge 2 commits into from
Closed

Fix regressions since 0.5.36 #46

wants to merge 2 commits into from

Conversation

mbyczkowski
Copy link
Contributor

Pull Request Checklist

Is this in reference to an existing issue?

#44 and #45

General

  • Update Changelog following the conventions laid out on Keep A Changelog

  • Update README with any necessary configuration snippets

  • Existing tests pass

Purpose

Bug fixes.

Looks like we lost the ability to track conn duration and data
sent/received when we updated handlers to use listener factory.

There was also a bug in the listener_wrapper that was silently failing
to read any data for connections that were not net.TCPConn (and
therefore not able to use ReadFrom to read from underlying connection).
@mbyczkowski mbyczkowski requested a review from doodles526 March 1, 2018 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant