aboutsummaryrefslogtreecommitdiff
path: root/prototypes/tls-autodetect.go
Commit message (Collapse)AuthorAgeFilesLines
* tls-autodetect: updates, now that hid is portedPřemysl Janouch2018-08-061-16/+15
| | | | | | - fix SSL 2.0 detection - give up on using the resolved hostname later - rename connCloseWrite to connCloseWriter
* tls-autodetect: mark issues, fix initializationPřemysl Janouch2018-07-241-6/+10
|
* tls-autodetect: avoid a goroutine leak on timeoutPřemysl Janouch2018-07-231-1/+1
|
* tls-autodetect: finish inQ overrun handlingPřemysl Janouch2018-07-221-10/+17
|
* tls-autodetect: fix client-initiated shutdownPřemysl Janouch2018-07-221-28/+29
|
* Rename client.kill to client.closeLinkPřemysl Janouch2018-07-211-4/+4
|
* tls-autodetect: put most of the server code in placePřemysl Janouch2018-07-151-52/+136
| | | | So far we act up when it is the client who initializes the shutdown.
* Initial commitPřemysl Janouch2018-07-151-0/+356
Add a work-in-progress demo chat server with TLS autodetection. It needs to be perfected before I move on to writing an IRCd on the foundations. If history is of any indication, this might lead towards a nice set of applications.