resetBodyOrphanTimeoutForTesting static method

  1. @visibleForTesting
void resetBodyOrphanTimeoutForTesting()

Implementation

@visibleForTesting
static void resetBodyOrphanTimeoutForTesting() {
  _bodyOrphanTimeout = bodyOrphanTimeout;
}