[webkit-changes] [WebKit/WebKit] 58384d: [GTK][WPE] Remote Inspector: speed up of reading l...
Przemyslaw Gorszkowski
noreply at github.com
Thu Jan 16 06:12:16 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 58384db7507ff0632dd6d53d57fb80b72b3c2162
https://github.com/WebKit/WebKit/commit/58384db7507ff0632dd6d53d57fb80b72b3c2162
Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M Source/WTF/wtf/glib/SocketConnection.cpp
Log Message:
-----------
[GTK][WPE] Remote Inspector: speed up of reading large message
https://bugs.webkit.org/show_bug.cgi?id=285978
Reviewed by Adrian Perez de Castro.
In case of large message, we can speed its reading up by increase the reading buffer to
expected size of the message (which is read from the header of the message).
The solution was proposed in https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1407.
Original author: Krishna Priya K (https://github.com/kkanag314).
* Source/WTF/wtf/glib/SocketConnection.cpp:
(WTF::SocketConnection::readMessage):
Canonical link: https://commits.webkit.org/289009@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list