Skip to content

Commit 0ffd03c

Browse files
committed
Merged [2643] from fenner@fenron.net:
Comment out the prefetch links. - Legacy-Id: 2646 Note: SVN reference [2643] has been migrated to Git commit 97034b8
1 parent 5833428 commit 0ffd03c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

ietf/templates/idrfc/doc_main.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,20 @@
5656
<link rel="alternate" type="application/atom+xml" href="/feed/comments/{% if info.is_rfc %}rfc{{doc.rfc_number}}{% else %}{{doc.draft_name}}{% endif %}/" />
5757
{% endif %}
5858
<meta name="description" content="{% include "idrfc/doc_description.html" %}" />
59+
{% comment %}
60+
## See ticket #545 -- this is commented out because the versions
61+
## that we currently serve is not sufficiently cachable, so the
62+
## prefetched version is actually thrown away.
63+
## Once the content becomes cacheable, these links should
64+
## be reinserted into the document.
5965
{% ifequal tab "document" %}
6066
{% if doc.in_ietf_process and doc.ietf_process.has_iesg_ballot %}
6167
<link rel="prefetch" href="ballot/" />
6268
<link rel="prefetch" href="writeup/" />
6369
{% endif %}
6470
<link rel="prefetch" href="history/" />
6571
{% endifequal %}
72+
{% endcomment %}
6673
{% endblock %}
6774

6875
{% block title %}{% include "idrfc/doc_title.html" %}{% endblock title %}

0 commit comments

Comments
 (0)