Skip to content

'write_deadline' must be updated in this if condition #38

@hclonej

Description

@hclonej

if (size >= split_file_value * 1024) {

I think 'wirte_deadline' must be assigned with current time to make correct file name by time.

if ((split_file_value = atoi(request + 9)) > 0) {
write_deadline = (unsigned)time(NULL);
return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions