diff options
-rw-r--r-- | libpathod/templates/response_previewform.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libpathod/templates/response_previewform.html b/libpathod/templates/response_previewform.html index ee2ec4d8..fbc3de5a 100644 --- a/libpathod/templates/response_previewform.html +++ b/libpathod/templates/response_previewform.html @@ -23,7 +23,11 @@ <tbody > <tr> <td><a href="/response_preview?spec=200">200</a></td> - <td>A basic HTTP 200 response (this will hang).</td> + <td>A basic HTTP 200 response.</td> + </tr> + <tr> + <td><a href="/response_preview?spec=200:r">200:r</a></td> + <td>A basic HTTP 200 response with no Content-Length header. This will hang.</td> </tr> <tr> <td><a href="/response_preview?spec=200:da">200:da</a></td> |