1. 26 May, 2018 1 commit
  2. 27 Jan, 2017 3 commits
  3. 23 Jan, 2017 3 commits
    • FlorianHockmann's avatar
      Add IsValidStart check to RandomHttpTest · 45dd226d
      FlorianHockmann authored
      RandomHttpTest now checks for all generated HttpDatagrams that contain a header whether IsValidStart is true.
      45dd226d
    • FlorianHockmann's avatar
      Move common behavior up to HttpDatagram · ebab5eda
      FlorianHockmann authored
      IsValidStart in HttpDatagram now implements the property with the template method pattern. HttpRequestDatagram and HttpResponseDatagram only override CalculateIsValidStart().
      ebab5eda
    • FlorianHockmann's avatar
      HTTP validity checks don't override CalculateIsValid() · d7ece16d
      FlorianHockmann authored
      Instead of overriding CalculateIsValid, a new property IsValidStart is introduced for HTTP datagrams - as proposed by Boaz Brickner.
      The validity checks only validate the header of an HTTP datagram. Since a datagram can be transmitted in multiple packets (due to TCP segmentation and IP fragmentation), a HTTP datagram can be valid without having a header at all.
      d7ece16d
  4. 09 Jan, 2017 1 commit
  5. 06 Jan, 2017 2 commits
  6. 29 Oct, 2016 2 commits
  7. 21 May, 2016 9 commits
  8. 14 May, 2016 3 commits
  9. 20 Feb, 2016 1 commit
  10. 06 Feb, 2016 1 commit
  11. 23 Jan, 2016 1 commit
  12. 18 Jan, 2016 1 commit
  13. 05 Dec, 2015 7 commits
  14. 28 Nov, 2015 5 commits