diff options
| author | Frédéric Desbiens <[email protected]> | 2026-03-07 00:14:18 +0100 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2026-03-07 00:14:18 +0100 |
| commit | ff90b3ffcb84b2c6099ec31ef032b541e1ef5f0a (patch) | |
| tree | eea5e3221587620a673dc76722ea5345081d605f /test/regression/http_test/netx_http_basic_test.c | |
| parent | dd1a89cf27d54b4151931441f522c91beefa4688 (diff) | |
Updated copyright headers and version strings. Removed version history
Diffstat (limited to 'test/regression/http_test/netx_http_basic_test.c')
| -rw-r--r-- | test/regression/http_test/netx_http_basic_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regression/http_test/netx_http_basic_test.c b/test/regression/http_test/netx_http_basic_test.c index 551f10a6..c2de35a0 100644 --- a/test/regression/http_test/netx_http_basic_test.c +++ b/test/regression/http_test/netx_http_basic_test.c @@ -58,7 +58,7 @@ static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR **name, CHAR **password, CHAR **realm) { - /* Just use a simple name, password, and realm for all + /* Just use a simple name, password, and realm for all requests and resources. */ *name = "name"; *password = "password"; @@ -180,7 +180,7 @@ UINT status; NX_PACKET *send_packet; NX_PACKET *recv_packet; - /* Format the RAM disk - the memory for the RAM disk was setup in + /* Format the RAM disk - the memory for the RAM disk was setup in tx_application_define above. This must be set up before the client(s) start sending requests. */ status = fx_media_format(&ram_disk, |
