Fix favicon use in docs

This commit is contained in:
Joakim Erdfelt 2022-08-05 09:53:55 -05:00
parent 51e2d6e9f4
commit 5ea58b7ca4
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ public class HTTP3ServerDocs
{
// tag::push[]
// The favicon bytes.
ByteBuffer faviconBuffer = BufferUtil.toBuffer(server.getResource("favicon.ico"), true);
ByteBuffer faviconBuffer = BufferUtil.toBuffer(server.getDefaultFavicon(), true);
ServerSessionListener sessionListener = new ServerSessionListener()
{