SuccessChanges

Summary

  1. Fetch/curl: expose socket open/close via fetch vtable (details)
Commit e3a6ad7173d8746af0fde87a1ead69c1c7d61bfa by John-Mark Bell
Fetch/curl: expose socket open/close via fetch vtable
This allows frontends to customise the behaviour of sockets. The default
implementation simply maps to socket(2)/close(2).
The file was modifiedcontent/fetchers/curl.c (diff)
The file was modifiedinclude/netsurf/fetch.h (diff)
The file was modifieddesktop/gui_factory.c (diff)