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

Bjoern support [do not merge yet] #65

Merged
merged 3 commits into from Aug 12, 2014
Merged

Bjoern support [do not merge yet] #65

merged 3 commits into from Aug 12, 2014

Conversation

tarekziade
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 1aa57dd on bjoern into b523b9f on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 1aa57dd on bjoern into b523b9f on master.

self.app = application
self.sock = create_socket(host, port, address_family,
socket_type, backlog=backlog)
self.sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to say that this is not required by bjoern, but merely an option that I personally decided to turn on by default in the default bjoern initialization. If you don't set this option in all the other backends, then maybe you don't want to enable it for bjoern either.

@jonashaag
Copy link

Otherwise patch LGTM!

@tarekziade
Copy link
Member Author

@jonashaag Thanks for the review

@tarekziade tarekziade changed the title Bjoern support Bjoern support [do not merge yet] Aug 10, 2014
@jonashaag
Copy link

I'll cut a release tomorrow. Cool to have bjoern supported by Chaussette :)

@jonashaag
Copy link

Just released 1.4.0 which includes the new API

@tarekziade
Copy link
Member Author

Thanks a lot @jonashaag

tarekziade added a commit that referenced this pull request Aug 12, 2014
@tarekziade tarekziade merged commit 213d313 into master Aug 12, 2014
@tarekziade tarekziade deleted the bjoern branch August 12, 2014 07:55
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.

None yet

3 participants