Maxim Usatenko

Results 2 issues of Maxim Usatenko

When I try to call my .NET6 api with one open port which supports HTTP1.1 and HTTP2 i get Error: ![image](https://user-images.githubusercontent.com/98421643/178591840-f0f382ce-4d77-4128-b0ca-56665e2a5036.png) ![image](https://user-images.githubusercontent.com/98421643/178591934-dd00306d-b0a8-4291-96c2-7a11142d6bd9.png) Only when i set one protocol HTTP2 support...

Version info: ``` docker image artilleryio/artillery:2.0.0-23 ``` Running this command: ``` docker run --rm -it -v ${PWD}:/scripts artilleryio/artillery run /scripts/front.yml ``` I expected to see this happen: Load testing for...