grafana/k6

Support for QUIC protocol

Open

#238 opened on Jun 6, 2017

View on GitHub
 (6 comments) (3 reactions) (0 assignees)Go (30,564 stars) (1,537 forks)batch import
featuregood first issue

Description

Hi

As discussed briefly in Slack, it'd be great to get support for the QUIC transport protocol (currently an IETF draft though has a dedicated working group and very wide support so is extremely likely to be ratified before too long):

There's a potentially helpful QUIC lib for Go which is used by Caddy - quic-go (MIT license).

QUIC is UDP-based so this might cause some issues/complexity and is worth calling out in docs as folks will need to ensure they allow udp:443 from load gen(s) to server(s)/LBs.

Please let me know if you need any more info from me.

Cheers

Contributor guide