Skip to content

Conversation

hugows
Copy link

@hugows hugows commented Mar 23, 2017

No description provided.

@vlad-ivanov-name
Copy link
Contributor

@UncleRus could you please take a look at this?

#define WEB_SERVER "chainxor.org"
#define WEB_PORT 80
#define WEB_PORT "80"
#define WEB_URL "http://chainxor.org/"
Copy link
Contributor

Choose a reason for hiding this comment

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

A Host header may be needed too and the port included in that. e.g. "Host: chainxor.org:8000" Might be nice to avoid the host name duplication too. So perhaps keep the port as a number and use snprintf to build up the headers.

@UncleRus
Copy link
Member

UncleRus commented Apr 1, 2017

Agreed with @ourairquality.

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.

4 participants