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

DELETE calls on Config API produce strange log messages #249

Closed
rupakg opened this issue Aug 9, 2017 · 1 comment
Closed

DELETE calls on Config API produce strange log messages #249

rupakg opened this issue Aug 9, 2017 · 1 comment
Assignees
Labels

Comments

@rupakg
Copy link
Contributor

rupakg commented Aug 9, 2017

I accidentally performed some cleanup and called DELETE API calls twice, and I get some strange log messages:

DEBUG	Function deleted.	{"functionId": "createUser"}
DEBUG	Function deleted.	{"functionId": "getUser"}
DEBUG	Function deleted.	{"functionId": "welcomeUser"}
DEBUG	Subscription deleted.	{"event": "userCreated", "functionId": "welcomeUser"}
2017-08-09 00:48:12.968743 I | http: multiple response.WriteHeader calls
2017-08-09 00:48:13.023889 I | http: multiple response.WriteHeader calls
2017-08-09 00:48:13.062838 I | http: multiple response.WriteHeader calls
2017-08-09 00:48:13.105603 I | http: multiple response.WriteHeader calls
@mthenw
Copy link
Contributor

mthenw commented Aug 9, 2017

@rupakg thanks for testing! Looking into it right now.

@mthenw mthenw added the kind/bug label Aug 9, 2017
mthenw pushed a commit that referenced this issue Aug 9, 2017
@mthenw mthenw self-assigned this Aug 9, 2017
@mthenw mthenw closed this as completed in 6d4ff27 Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants