Subversion Repositories Kolibri OS

Rev

Rev 3620 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3620 Rev 3624
Line 434... Line 434...
434
	/* Any callback can result in the fetch being aborted.
434
	/* Any callback can result in the fetch being aborted.
435
	 * Therefore, we _must_ check for this after _every_ call to
435
	 * Therefore, we _must_ check for this after _every_ call to
436
	 * fetch_file_send_callback().
436
	 * fetch_file_send_callback().
437
	 */
437
	 */
Line -... Line 438...
-
 
438
 
438
 
439
	__menuet__debug_out(fetch_filetype(ctx->path));
-
 
440
	__menuet__debug_out("\n");
439
	/* content type */
441
	
-
 
442
	if (fetch_curl_send_header(ctx, "Content-Type: %s", 
440
	if (fetch_curl_send_header(ctx, "Content-Type: text/html"))
443
			fetch_filetype(ctx->path)))
Line 441... Line 444...
441
		goto fetch_file_process_aborted;
444
		goto fetch_file_process_aborted;