Let MockWebServer respect MockResponse.getBodyDelayTimeMs().

MockResponse has a field bodyDelayTimeMs to indicate a desired delay
between the end of the headers being sent and the start of the response
body being sent, but MockWebServer wasn't respecting it. This CL fixes
that.

Bug: 129771436
Test: URLConnectionTest on top of http://r.android.com/940893
Change-Id: I9cdc2f3fcbe22c90c5edbc5ed822f233d1120b11
1 file changed
tree: 72415d0a139de1c4912607f02875205c03ea1879
  1. src/
  2. Android.bp
  3. COPYING
  4. MODULE_LICENSE_APACHE2
  5. OWNERS