Commit Graph

12 Commits

Author SHA1 Message Date
Gary Burd
1905f7e442 Update source to match output from gofmt 1.17 2021-12-17 22:48:51 -05:00
hellflame
e8629af678 improve echo example (#671) 2021-04-24 09:20:22 -07:00
Sry Back I
81cef7da56 echo example: handle received messages as text, not HTML (#563) 2020-03-19 06:53:02 -07:00
claudia-jones
8fbc40be62 Simplify echo example client (#349)
Use existing `done` channel to signal that reader is done instead of closing the connection.
2018-02-18 16:00:50 -08:00
Alain Gilbert
5755884efa Add missing html tag in example/echo 2017-09-26 16:13:09 -07:00
Gary Burd
844dd6d40e Add closing handshake code to echo example client 2015-12-09 16:50:38 -08:00
Gary Burd
361d4c0ffd Improve echo web UI
Based on feedback from anon.
2015-11-02 11:10:34 -08:00
Gary Burd
c93e5540b8 Add web client to echo example 2015-11-02 10:39:51 -08:00
Gary Burd
567453a710 Require GET in Upgrader.Upgrade.
Return error if the request method is not GET.

Remove all request method tests from the examples.
2015-11-02 09:08:11 -08:00
Gary Burd
7f59b56ea4 Fix DefaultDialar value
Initialize as pointer to struct with zero values as as implied by the
doc comment. This initialization matches similar values in the standard
library.
2015-10-18 15:41:02 -07:00
Gary Burd
13e4d0621c Do not build files in echo example 2015-09-23 15:29:30 -07:00
Gary Burd
d051d29231 Add client and server example 2015-09-23 15:23:26 -07:00