1
1

two variable types changes, made lines less than 80 columns

The two variable type changes are only to match type variable
fields actually read from the binary protocol.
Этот коммит содержится в:
Daniel Stenberg 2010-04-20 22:49:32 +02:00
родитель 1acca6e3ee
Коммит 28ef62be20

Просмотреть файл

@ -486,9 +486,9 @@ struct transportpacket
the buffer */
int readidx; /* at what array index we do the next read from
the buffer */
int packet_length; /* the most recent packet_length as read from the
uint32_t packet_length; /* the most recent packet_length as read from the
network data */
int padding_length; /* the most recent padding_length as read from the
uint8_t padding_length; /* the most recent padding_length as read from the
network data */
int data_num; /* How much of the total package that has been read
so far. */