Skip to content

Conversation

DavidBenavidez123
Copy link

No description provided.

time_t time_res;
struct tm *timestamp;
char buffer[50];
time(&time_res);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's crazy to me how many lines it takes to get a time or timestamp.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah it's kind of dumb haha

"Content-Type: %s\n"
"\n"
"%s\n",
header, buffer, content_length, content_type, new_body);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking good! You have the time in there, too, well done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants