Projet

Général

Profil

Révision b4adf10d

Ajouté par Assos Assos il y a plus de 9 ans

Udpate to 7.33

Voir les différences:

drupal7/modules/aggregator/tests/aggregator_test.module
32 32
  // Send appropriate response. We respond with a 304 not modified on either
33 33
  // etag or on last modified.
34 34
  if ($use_last_modified) {
35
    drupal_add_http_header('Last-Modified', gmdate(DATE_RFC1123, $last_modified));
35
    drupal_add_http_header('Last-Modified', gmdate(DATE_RFC7231, $last_modified));
36 36
  }
37 37
  if ($use_etag) {
38 38
    drupal_add_http_header('ETag', $etag);

Formats disponibles : Unified diff