Results 3 issues of Bart Slinger

## Describe the bug When I call a (long-lived) server-side stream, I cannot cancel or stop the program by pressing ctrl+c. This used to work until version 0.10.0, but is...

bug
help wanted

Bazel instruction for protobuf compilation was broken, fixed it.

When building a cookie like this: ``` cookie::Cookie::build("name", "somevalue; Max-Age=86400") ``` This gets injected into the cookie. Especially when taking user input as a cookie value, that might result in...