equal
deleted
inserted
replaced
56 #include <netinet/in.h> |
56 #include <netinet/in.h> |
57 #include <arpa/inet.h> |
57 #include <arpa/inet.h> |
58 */ |
58 */ |
59 |
59 |
60 #ifdef DEBUG |
60 #ifdef DEBUG |
61 #include <google/profiler.h> |
61 #include <gperftools/profiler.h> |
62 #endif |
62 #endif |
63 |
63 |
64 /* Default line size we accept from squid, longer lines (huge URLs?) malloc. */ |
64 /* Default line size we accept from squid, longer lines (huge URLs?) malloc. */ |
65 #define LINE_BUFSIZE 2048 |
65 #define LINE_BUFSIZE 2048 |
66 /* Ceiling for how many bytes can be allocated at once for a single line. */ |
66 /* Ceiling for how many bytes can be allocated at once for a single line. */ |