fix: sendfile path now conditionally sends metadata
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ void file_destroy(void *item);
|
||||
void file_load_data(File *file);
|
||||
void file_print(void *item);
|
||||
void file_send_single_calls(File *file, int file_descriptor, bool use_metadata);
|
||||
void file_send_sendfile(File *file, int file_descriptor);
|
||||
void file_send_sendfile(File *file, int file_descriptor, bool use_metadata);
|
||||
size_t file_content_to_buffer(File *file);
|
||||
FileMetadata *file_metadata_create(struct stat *stats);
|
||||
void file_metadata_destroy(void *metadata);
|
||||
|
||||
Reference in New Issue
Block a user