Lucas Clemente
|
8184ce050f
|
remove v33 from supported versions
|
2016-09-01 20:26:31 +02:00 |
|
Marten Seemann
|
ad91d02cbd
|
remove version 32 from SupportedVersions
|
2016-09-01 12:20:18 +02:00 |
|
Lucas Clemente
|
888a35c2fd
|
enable support for version 35
fixes #281
|
2016-08-23 17:09:53 +02:00 |
|
Lucas Clemente
|
29df400cc1
|
correctly handle panicking http.Handler
fixes #290
|
2016-08-17 18:06:57 +02:00 |
|
Lucas Clemente
|
a4dcf5efd7
|
send 200 status for requests with empty http.Handlers
fixes #286
|
2016-08-16 12:31:07 +02:00 |
|
Lucas Clemente
|
3b5f975e37
|
remove two incorrect h2quic tests
fixes #276
|
2016-08-11 12:35:13 +02:00 |
|
Lucas Clemente
|
081807215a
|
fix flaky h2quic tests
fixes #272
|
2016-08-10 18:47:25 +02:00 |
|
Lucas Clemente
|
8c5a3dabd6
|
set RemoteAddr in http request objects
fixes #266
|
2016-08-09 11:50:27 +02:00 |
|
Lucas Clemente
|
3e42d1da0f
|
fix flaky h2quic tests
fixes #260
|
2016-08-06 17:27:16 +02:00 |
|
Lucas Clemente
|
c46e93c752
|
drop support for v31
fixes #214
|
2016-07-29 15:22:56 +02:00 |
|
Lucas Clemente
|
1712a7388f
|
drop support for v30
fixes #213
|
2016-07-29 15:22:56 +02:00 |
|
Marten Seemann
|
8aad920aa9
|
enable support for QUIC 34
fixes #55
|
2016-07-29 19:00:20 +07:00 |
|
Marten Seemann
|
459080a6dc
|
fix flaky tests on Travis
|
2016-06-11 13:24:28 +07:00 |
|
Marten Seemann
|
1491bc20f4
|
fix flaky tests on AppVeyor
|
2016-06-09 12:24:25 +07:00 |
|
Marten Seemann
|
0f9e15e2c9
|
fix h2quic syscall test assertion on windows
|
2016-06-08 20:17:10 +07:00 |
|
Lucas Clemente
|
3b5b4c1557
|
add h2quic.Server.Serve(*net.UDPConn) and improve server tests
|
2016-06-03 13:30:19 +02:00 |
|
Lucas Clemente
|
556bf2fe4b
|
add a test for h2quic.ListenAndServeQUIC
fixes #160
|
2016-06-03 10:12:34 +02:00 |
|
Lucas Clemente
|
bd228ffe27
|
fix race conditions in h2quic.Server
|
2016-06-02 21:19:43 +02:00 |
|
Lucas Clemente
|
cdff2e5531
|
add more tests for h2quic.Server
ref #160
|
2016-06-02 21:11:11 +02:00 |
|
Lucas Clemente
|
4b2ab55435
|
fix a race when multiple requests were handled at the same time
fixes #157
|
2016-05-31 19:05:33 +02:00 |
|
Lucas Clemente
|
a7afffe700
|
add a SetQuicHeaders function to h2quic.Server
fixes #156
|
2016-05-31 16:02:39 +02:00 |
|
Lucas Clemente
|
33edcc5e88
|
make h2quic.Server.Serve panic
ref #124
|
2016-05-30 17:18:10 +02:00 |
|
Lucas Clemente
|
bf3d89c795
|
improve public quic and h2 APIs, embedding http.Server in h2quic.Server
ref #124
|
2016-05-30 14:19:25 +02:00 |
|
Lucas Clemente
|
3dc50821d6
|
close the rcv-end of a h2 stream when the HEADERS has END_STREAM set
fixes #109
|
2016-05-18 13:33:36 +02:00 |
|
Lucas Clemente
|
68b529a54c
|
refactor session to remove second Close parameter
fixes #102
|
2016-05-17 14:56:33 +02:00 |
|
Lucas Clemente
|
d469a19b62
|
rename {New,GetOrCreate}Stream stream to {,GetOr}OpenStream
|
2016-05-15 18:51:23 +02:00 |
|
Lucas Clemente
|
73a1def2bd
|
add private option to close h2 connections after first request
fixes #92
|
2016-05-14 14:16:26 +02:00 |
|
Lucas Clemente
|
06e824c14c
|
ignore streams with id != 3 in h2quic server
fixes #89
|
2016-05-14 13:36:16 +02:00 |
|
Lucas Clemente
|
d1272650c3
|
add support for http client uploads
fixes #27
|
2016-05-13 13:01:45 +02:00 |
|
Lucas Clemente
|
475a2ea955
|
use explicit IP addresses in tests to fix flaky tests in travis
|
2016-05-07 01:04:23 +02:00 |
|
Lucas Clemente
|
c068cbcb8f
|
replace certificate path with tls.Config instance throughout the server
The example server now reads the certificate and key data itself. Tests
use the new testdata package, where the sample key & cert are stored.
Fixes #24
|
2016-05-03 16:41:25 +02:00 |
|
Lucas Clemente
|
745f1d8ed2
|
add some h2quic server tests
fixes #44
|
2016-05-03 15:14:24 +02:00 |
|
Lucas Clemente
|
e3a4d75fc1
|
move h2 server stuff from main to h2quic package
|
2016-05-03 14:26:50 +02:00 |
|