diff options
author | Linus Nordberg <linus@nordu.net> | 2017-03-08 12:49:37 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-03-08 12:53:27 +0100 |
commit | 8579acaece04a06cd05fc628e8737abda3836330 (patch) | |
tree | ea542b2b98318ff4f33b39766677e1e465ada984 /NEWS.md | |
parent | 6d6d7a1a67fc7e810122e0942f422190c975b45f (diff) |
Allow 10MB of POST body.CATLFISH-98
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,10 @@ order for signing nodes to generate an SCT for it. This prevents a rouge frontend node from sending out an SCT for an entry that will never be merged. An effect of this is that the SCT cache is now - mandatory and can not be disabled. + mandatory and can not be disabled (closes CATLFISH-28). + +- Allow HTTP POST body sizes up to 10MB, when sent in chunks up to 1MB + in size (closes CATLFISH-98). ## Bug fixes |