aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/connection.rb
Commit message (Expand)AuthorAgeFilesLines
* refactorKazuki Yamaguchi2015-08-141-32/+30
* add support for HTTP/2 over TCP ('http' URI scheme)Kazuki Yamaguchi2015-08-141-7/+19
* connection: respect recv window sizeKazuki Yamaguchi2015-08-131-0/+1
* remove odd 'local_error' methodsKazuki Yamaguchi2015-08-111-4/+0
* connection: reply GOAWAY when received GOAWAYKazuki Yamaguchi2015-08-091-0/+1
* connection: split Connection#close into #goaway and #closeKazuki Yamaguchi2015-08-091-27/+16
* extract Frame creation into FrameFactoryKazuki Yamaguchi2015-08-091-15/+6
* implement "http" URIs support (currently only 'with prior knowledge')Kazuki Yamaguchi2015-08-091-0/+223