Add description in streaming test

This commit is contained in:
Fabrice Reix 2024-05-14 08:43:26 +02:00
parent 5e92ed95e2
commit 1d9117cc00
No known key found for this signature in database
GPG Key ID: BF5213154B2E7155
2 changed files with 14 additions and 2 deletions

View File

@ -1,7 +1,7 @@
error: HTTP connection
--> tests_failed/streaming.hurl:1:5
--> tests_failed/streaming.hurl:13:5
|
1 | GET http://localhost:8000/streaming
13 | GET http://localhost:8000/streaming
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (28) Operation timed out after 5~~~ milliseconds with 10 bytes received
|

View File

@ -1,2 +1,14 @@
# With a streaming endpoint,
# Hurl is hanging without outputing anything
#
# curl outputs when it received data
# $ curl http://localhost:8000/streaming
# 0
# 1
# 2
# 3
# ....
#
# The max-time option must be used to make Hurl exit.
GET http://localhost:8000/streaming