diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-06 00:13:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-06 00:13:28 +0000 |
commit | d9f5cb7a28ee79e299e41d3ce325171f01e1a3d7 (patch) | |
tree | c13af66675cbd2ed3de340ab139297e4dcdbd199 /doc | |
parent | 8d66c8c5cac310958fa64e3f62b828ea960202ba (diff) | |
download | tipidee-d9f5cb7a28ee79e299e41d3ce325171f01e1a3d7.tar.gz tipidee-d9f5cb7a28ee79e299e41d3ce325171f01e1a3d7.tar.xz tipidee-d9f5cb7a28ee79e299e41d3ce325171f01e1a3d7.zip |
Some fixes, preparation for changes in error responses
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index da7aa73..bda2237 100644 --- a/doc/index.html +++ b/doc/index.html @@ -80,7 +80,7 @@ on what I want from a web server, which is: <ul> <li> Usability with HTTPS without the need to entangle the code with a -given TLS library (which means delegating the TLS layer to a super-server +given TLS library — which means delegating the TLS layer to a super-server and not performing the socket work itself. This is important: tying your Web server to a TLS library makes it more difficult to maintain, more difficult to secure, more difficult to build, and more difficult to |