Age | Commit message (Collapse) | Author |
|
as mentioned in section 7.1 of RFC 6265
|
|
|
|
|
|
I would be more specific than image/* if servers were more likely to pay
attention.
The purpose for adding this is to go along with the User-Agent change, since
I've seen server code disallow queries that are supposedly from Firefox but
have no Accept header.
|
|
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html
|
|
Found by Jeremy's automatic valgrind logs, pointed out by corvid.
|
|
The number of simultaneous connections to a single server is now
limited by prefs.http_max_conns (default 6).
This avoids opening hundreds of connections on pages with many images
(BUG 685).
This commit is partly based on a prototype by Jorge Arellano Cid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Cleaned up a_Url_new().
|
|
|
|
|
|
- CCC: enhanced the debug function and implemented OpAbort for dpi.
|
|
|
|
|
|
http://www.fltk.org/newsgroups.php?gfltk.general+v:24912
|
|
|
|
- Fixed handling of #anchors with repush, and other operations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|