1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/src/cache
Witold Filipczyk 81f8ee1fa2 bug 991: fix crash when the file is already cached
If the user opens the same file again after it is in the cache, then
ELinks does not always open a new connection, so download->conn can be
NULL in init_type_query(), and download->conn->cgi would crash.
Don't read that, then; instead add a new flag cache_entry.cgi, which
http_got_header() sets or clears as soon as possible after the cache
entry has been created.
2008-03-15 20:49:15 +02:00
..
cache.c Merge branch 'elinks-0.12' into elinks-0.13 2008-02-24 22:49:47 +02:00
cache.h bug 991: fix crash when the file is already cached 2008-03-15 20:49:15 +02:00
dialogs.c Merge branch 'elinks-0.12' into elinks-0.13 2008-02-24 22:49:47 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00