commit | d565543858c1f2464137359237e52b5dedb13aa6 | [log] [tgz] |
---|---|---|
author | Jungho Ahn <jhahn@google.com> | Tue Jul 14 17:35:26 2015 -0700 |
committer | Jungho Ahn <jhahn@google.com> | Tue Jul 14 17:38:56 2015 -0700 |
tree | c78734069e6cc6cb4cf75d2a14fb792f1483b616 | |
parent | 9a852d0008b186bdf5b96ffececf6b6e328d0fa8 [diff] |
websocket: avoid panic from invalid websocket requests When a client sends invalid websocket reuqests, the WaitGroup counter (httpReq) can be nagative leading to panic. Although go http.Server gracefully shutdowns the server from a panic, it would be nice to avoid it. fix #611 Change-Id: I826fa7024e04f18b52982d651c2e5bbcb2dd4bd9
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.