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

Issue 17 channel #25

Merged
merged 4 commits into from
May 25, 2016
Merged

Issue 17 channel #25

merged 4 commits into from
May 25, 2016

Conversation

tnine
Copy link
Contributor

@tnine tnine commented May 24, 2016

Implementation of #17.

There's some issue with the client tests and buffering I need to resolve. Otherwise, this works with postman and curl when testing manually.

Todd Nine added 2 commits May 24, 2016 10:17
Fixes stream tests

HTTP client tests still done.
@@ -219,10 +212,25 @@ func (server *Server) postApplication(w http.ResponseWriter, r *http.Request) {
return
}

w.WriteHeader(http.StatusCreated)
Copy link

Choose a reason for hiding this comment

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

I think that you can't set headers after this...

@tnine tnine merged commit abef888 into master May 25, 2016
@tnine tnine removed the in progress label May 25, 2016
@tnine tnine deleted the issue-17-channel branch May 25, 2016 22:31
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.

2 participants