aboutsummaryrefslogtreecommitdiffstats
path: root/examples/complex/tcp_message.py
Commit message (Collapse)AuthorAgeFilesLines
* fix tcp exampleThomas Kriechbaumer2018-05-111-12/+11
|
* Ditch the addon stdout wrapperAldo Cortesi2018-05-081-1/+2
| | | | | | This results in a 30% improvement in our core request throughput. Fixes #3102
* organize examplesMaximilian Hils2016-11-211-0/+27
This commit is largely based on work by Thiago Arrais (@thiagoarrais) and Shane Bradfield (@l33tLumberjack). I wasn't really able to get their PR reasonably merged onto the latest master, so I reapplied their changes manually here and did some further improvements on that.