Skip to content

Commit

Permalink
Merge pull request #182 from 1000TurquoisePogs/bugfix/header-order
Browse files Browse the repository at this point in the history
Bugfix/header order for staging
  • Loading branch information
1000TurquoisePogs authored Nov 6, 2020
2 parents b35a3b8 + 8ff9c07 commit f881aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions h/httpserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ typedef struct HttpService_tag{
int matchFlags;
int serviceType;
int authType;
#define SERVICE_AUTH_FLAG_OPTIONAL 1
int authFlags;
int runInSubtask;
void *authority; /* NULL unless AUTH_CUSTOM */
AuthExtract *authExtractionFunction;
Expand All @@ -204,6 +202,8 @@ typedef struct HttpService_tag{
const char *productURLPrefix; /* provided by the server */
int doImpersonation;
AuthValidate *authValidateFunction;
#define SERVICE_AUTH_FLAG_OPTIONAL 1
int authFlags;
} HttpService;

typedef struct HTTPServerConfig_tag {
Expand Down

0 comments on commit f881aa9

Please sign in to comment.