Skip to content

Print HTTP errors in debug output

Martin Klapetek requested to merge httpErrorsReporting into master

This should help when debugging problems with opening certain login pages; currently it just outputs

browser-request.cpp 362 onLoadFinished Load finished false

which is not very helpful. So this adds the actual error code and error string to the debug output.

Merge request reports