Skip to content
Snippets Groups Projects
  1. Feb 16, 2024
  2. Feb 14, 2024
  3. Feb 12, 2024
  4. Feb 11, 2024
  5. Feb 09, 2024
    • Deucе's avatar
      Proper fix for wiki edit failures. · 8c9b3a0e
      Deucе authored
      The patch that sets the read timeout every time for getData() was
      flawed, because getData() itself will sometimes set the read timeout
      for the next call.
      
      The patch was intended to ensure that the write timeout never
      clobbers the read timeout, so now we track if getData() explicitly
      set the timeout and if it did, we don't reset it.
      8c9b3a0e
    • Deucе's avatar
    • Deucе's avatar
      Temporary workaround for TLS issue. · 1254bfbe
      Deucе authored
      It appears that if the timing is "just wrong", a large POST can
      cause TLS to fail.  This has shown up as an inability to edit
      pages in the wiki.
      
      This is not a fix however, but simple a workaround until this is
      root-caused.
      1254bfbe
  6. Feb 08, 2024
Loading