bug9162 440 B

12345678
  1. o Minor bugfixes:
  2. - Fix a bug where the first connection works to a bridge that uses a
  3. pluggable transport with client-side parameters, but we don't send
  4. the client-side parameters on subsequent connections. (We don't
  5. use any pluggable transports with client-side parameters yet,
  6. but ScrambleSuit will soon become the first one.) Fixes bug 9162;
  7. bugfix on 0.2.0.3-alpha. Based on a patch from "rl1987".