Commit Diff


commit - a4188b78652d42ce5c6c19d01347e8737dfc509f
commit + 98ee8406aaf0b3c06d009e75e17594692c1dabb3
blob - b499057cd209235e8510d2ecc6436f8613aa7e15
blob + 6a987d56c9d592f5c411596ff553b8cfdf7d0912
--- server.c
+++ server.c
@@ -692,7 +692,8 @@ open_dir(struct client *c)
 		/* fallthrough */
 
 	case FILE_EXISTS:
-                load_file(c);
+		c->next = handle_copy;
+		start_reply(c, SUCCESS, mime(c->host, c->iri.path));
 		break;
 
 	case FILE_DIRECTORY: