Skip to content
  • 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