FS#135 - changing uri when page is still loading causes LOAD_ERROR event
|
Detailsdieter@dieter-ws-a7n8x-arch ~ uzbl-core --version
Commit: 3f1735f443f8812c7ee260ea464ca538b497c99b dieter@dieter-ws-a7n8x-arch ~ echo -e 'uri dns.be\nuri foo.be' | uzbl-core -c - EVENT [27262979] INSTANCE_START 22537 (...) EVENT [27262979] LOAD_START (null) EVENT [27262979] COMMAND_EXECUTED uri dns.be EVENT [27262979] LOAD_ERROR http://dns.be/ 302:Load request cancelled <--- (...) EVENT [27262979] COMMAND_EXECUTED uri foo.be (...) EVENT [27262979] LOAD_COMMIT http://foo.be/ (...) when the user changes the uri while a page was still loading, he did this on purpose. we should not emit a LOAD_ERROR event. maybe we could catch it internally and transform it in LOAD_CANCELLED or something. |
This task depends upon