1. 24 4月, 2018 5 次提交
  2. 23 4月, 2018 3 次提交
  3. 22 4月, 2018 2 次提交
  4. 21 4月, 2018 1 次提交
  5. 20 4月, 2018 2 次提交
  6. 19 4月, 2018 2 次提交
    • R
      Use StringDecoder to split SSE stream · da98ff72
      Rossen Stoyanchev 提交于
      ServerSentEventHttpMessageReader had logic to split on new lines
      and buffer until an empty new line (start of a new event). To account
      for random data chunking, it later re-assembled the lines for each
      event and split again on new lines. However bufferUntil was still
      unreliable a chunk may contain nothing but a newline, which doesn't
      necessarily mean an empty newline in the overall SSE stream.
      
      This commit simplifies the above by delegating the splitting of the
      stream along newlines to StringDecoder.
      
      Issue: SPR-16744
      da98ff72
    • R
      Polish tests to use WebClient retrieve() · 30c98c8a
      Rossen Stoyanchev 提交于
      30c98c8a
  7. 18 4月, 2018 5 次提交
  8. 17 4月, 2018 7 次提交
  9. 16 4月, 2018 2 次提交
  10. 15 4月, 2018 2 次提交
  11. 14 4月, 2018 2 次提交
  12. 13 4月, 2018 5 次提交
  13. 12 4月, 2018 2 次提交