~ubuntu-branches/debian/stretch/haproxy/stretch

« back to all changes in this revision

Viewing changes to include/proto/stick_table.h

  • Committer: Package Import Robot
  • Author(s): Apollon Oikonomopoulos
  • Date: 2014-07-14 00:42:32 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20140714004232-ubjc0l8wv0x55e9i
Tags: 1.5.2-1
* New upstream stable release. Important fixes:
  + A few sample fetch functions when combined in certain ways would return
    malformed results, possibly crashing the HAProxy process.
  + Hash-based load balancing and http-send-name-header would fail for
    requests which contain a body which starts to be forwarded before the
    data is used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
struct stksess *stktable_update_key(struct stktable *table, struct stktable_key *key);
49
49
struct stktable_key *stktable_fetch_key(struct stktable *t, struct proxy *px,
50
50
                                        struct session *l4, void *l7, unsigned int opt,
51
 
                                        struct sample_expr *expr);
 
51
                                        struct sample_expr *expr, struct sample *smp);
52
52
int stktable_compatible_sample(struct sample_expr *expr, unsigned long table_type);
53
53
int stktable_get_data_type(char *name);
54
54
struct proxy *find_stktable(const char *name);