Commit 2ed3f1e5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 43915fe9
......@@ -1789,6 +1789,8 @@ func (wlink *WatchLink) _serve() (err error) {
return e
})
// XXX recheck that it is safe to hanle multiple simultaneous watch requests.
for {
l, err := r.ReadString('\n') // XXX limit accepted line len to prevent DOS
if err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment