Image download works now.
FossilOrigin-Name: 5d7b80e25523f943c8dfbef4d31649dfb128df5d79c4c7808de1f2ea122527f1
This commit is contained in:
@ -154,10 +154,15 @@ struct conn {
|
||||
/* used to link the conn obj with other objects */
|
||||
void *data;
|
||||
|
||||
/* misc */
|
||||
/** Mode */
|
||||
int capwap_mode;
|
||||
|
||||
/** CAWAP mode for outgoing messages */
|
||||
int capwap_mode_out;
|
||||
|
||||
|
||||
int strict_capwap;
|
||||
int strict_hdr;
|
||||
|
||||
/*
|
||||
int (*request_handler) (void *);
|
||||
|
Reference in New Issue
Block a user