diff options
author | corvid <devnull@localhost> | 2014-08-08 01:14:52 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-08-08 01:14:52 +0000 |
commit | ffb8100ff3222e8aa11bd33a7c1ea7342f2c6aea (patch) | |
tree | bcb85bba820a9580b76259cd42ebaa91b87073d7 /src/capi.c | |
parent | 0553cb9e777357d8d25819735503f3251198c27c (diff) |
abort failed queries
http://lists.dillo.org/pipermail/dillo-dev/2014-July/010190.html
and no one objected, and it hasn't given me any trouble, so...
Diffstat (limited to 'src/capi.c')
-rw-r--r-- | src/capi.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -681,6 +681,7 @@ void a_Capi_ccc(int Op, int Branch, int Dir, ChainLink *Info, case OpAbort: conn = Info->LocalKey; conn->InfoSend = NULL; + a_Cache_process_dbuf(IOAbort, NULL, 0, conn->url); if (Data2) { if (!strcmp(Data2, "DpidERROR")) { a_UIcmd_set_msg(conn->bw, |